A Java library which implements the complete functionality of v3 of the CreateSend API.
2 pre built jars are available, one with just the wrapper classes, the other with all dependencies.
Full javadoc for the wrapper is hosted by Github Pages
With Gradle: Run the following command from the repositories root directory. gradle -i
Developing with eclipse: Gradle can create the .classpath and .project files to import the project into eclipse. Run the following command from the repositories root directory. gradle eclipse
Developing with IDEA Gradle can be used to create IDEA project and module files. Run the following command from the repositories root directory. gradle idea