downloadxLightweb is based on xSocket and Java 2 Platform Standard Ed. 5.0 (J2SE 5.0) . It doesn't require addtional 3rd party libraries.
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>
...
|