Installation
Installation through source code
Clone this repository.
java-wns is a Maven project, so you can execute:
mvn install -DskipTests=true -Dgpg.skip=true
Installation through Central Maven Repository
java-wns is available on the Central Maven Repository. To use java-wns in your project, please add the following dependency to your pom.xml file:
<dependency>
<groupId>com.github.fernandospr</groupId>
<artifactId>java-wns</artifactId>
<version>1.4.0</version>
</dependency>
Installation through binaries
java-wns-1.4.0-jar-with-dependencies.jar
java-wns-1.4.0.jar (without the dependencies)