Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 554 Bytes

Overview

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.

Getting Started

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.