TimeEngine Client for Java provides a library which can be used for interacting with TimeEngine using the HTTP interface. Lightweight Java library with a small number of external dependencies.
You can build the TimeEngine Java Client with all tests with:
$ mvn clean install
The javadoc jars will be automatically generated on this command as well.
Next, create your client and walk through the basic workflow using examples or the test framework.
Please refer to the generated documentation for more information.