First, download the example project code:
$ git clone https://github.com/amidst/example-project.git
Enter in the downloaded folder:
$ cd example-project/
A code example illustrating the use of the toolbox is provided in the file ./src/main/java/BasicExample.java.
Compile and build the package:
$ mvn clean package
Finally, run the code example previously mentioned:
$ java -cp target/example-project-full.jar BasicExample
Requirements: git, maven, Java8