MVN

org.xlightweb : xlightweb

Maven & Gradle

Sep 20, 2010
8 usages

xLightweb · xLightweb is a lightweight, high performance, scalable web network library

<dependency>
    <groupId>org.xlightweb</groupId>
    <artifactId>xlightweb</artifactId>
    <version>2.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xlightweb : xlightweb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.2
  • Latest Beta: 2.0-beta-2

All Versions

Choose a version of org.xlightweb : xlightweb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
xlightweb-2.13.2
xlightweb-2.13.1
2.13
xlightweb-2.13
2.12.x
xlightweb-2.12.5
xlightweb-2.12.4
xlightweb-2.12.3
xlightweb-2.12.2
xlightweb-2.12.1
2.12
xlightweb-2.12
2.11.x
xlightweb-2.11.3
xlightweb-2.11.2
xlightweb-2.11.1
2.11
xlightweb-2.11
2.10.x
xlightweb-2.10.3
xlightweb-2.10.2
xlightweb-2.10.1
2.10
xlightweb-2.10
2.9.x
xlightweb-2.9.1
2.9
xlightweb-2.9
2.8.x
xlightweb-2.8.6
xlightweb-2.8.5
xlightweb-2.8.4
xlightweb-2.8.3
xlightweb-2.8.2
xlightweb-2.8.1
xlightweb-2.8.0
2.7.x
xlightweb-2.7.4
xlightweb-2.7.3
xlightweb-2.7.2
xlightweb-2.7.1
2.7
xlightweb-2.7
2.6.x
xlightweb-2.6.3
xlightweb-2.6.2
xlightweb-2.6.1
2.6
xlightweb-2.6
2.5
xlightweb-2.5
2.4
xlightweb-2.4
2.3
xlightweb-2.3
2.2.x
xlightweb-2.2.1
2.2
xlightweb-2.2
2.1.x
xlightweb-2.1.1
2.1
xlightweb-2.1
2.0
xlightweb-2.0
xlightweb-2.0-beta-2

How to add a dependency to Maven

Add the following org.xlightweb : xlightweb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xlightweb</groupId>
    <artifactId>xlightweb</artifactId>
    <version>2.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xlightweb : xlightweb gradle dependency to your build.gradle file:

implementation 'org.xlightweb:xlightweb:2.13.2'

Gradle Kotlin DSL: Add the following org.xlightweb : xlightweb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xlightweb:xlightweb:2.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xlightweb : xlightweb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xlightweb" % "xlightweb" % "2.13.2"

Advertisement