First, download the example project code:
$ git clone https://github.com/amidst/example-project.gitEnter 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 packageFinally, run the code example previously mentioned:
$ java -cp target/example-project-full.jar BasicExample
Requirements: git, maven, Java8