TempoIQ Java API Library
The TempoIQ Java API library makes calls to the TempoIQ API. The module is available on Maven Central; simply add the following to the dependencies in your project's pom.xml:
<dependency>
<groupId>com.tempoiq</groupId>
<artifactId>tempoiq-java</artifactId>
<version>1.1.7</version>
</dependency>
You can also check out this repository and install from source:
git clone https://github.com/TempoIQ/tempoiq-java.git
cd tempoiq-java
mvn package