-
Notifications
You must be signed in to change notification settings - Fork 21
Installation
Fernando Sproviero edited this page Jun 12, 2016
·
9 revisions
Clone this repository.
java-wns is a Maven project, so you can execute:
mvn install -DskipTests=true -Dgpg.skip=true
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>
java-wns-1.4.0-jar-with-dependencies.jar
java-wns-1.4.0.jar (without the dependencies)