Skip to content
Fernando Sproviero edited this page Jun 12, 2016 · 9 revisions

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)

Documentation and sources

java-wns-1.4.0-javadoc.jar

java-wns-1.4.0-sources.jar