download

xLightweb is based on xSocket and Java 2 Platform Standard Ed. 5.0 (J2SE 5.0) . It doesn't require addtional 3rd party libraries.

Release binary Description Requires

xLightweb

download xLightweb-2.13.2.jar

contains the xLightweb classes J2SE 5.0 &

xSocket-2.8.13.jar or higher

xLightweb

incl. dependencies

download xLightweb-2.13.2-with-dependencies.jar contains the xLightweb classes

and the required xSocket classes

J2SE 5.0

Other artifacts can be found at xLightweb's download site.The xLightweb’s subversion repository can be accessed here

If you are using maven, the xLightweb artefacts can be included by defining following dependencies:

xLightweb

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