Releases are available on our maven server. Ensure that you can pull from maven central, and add the following dependency to your pom:
<dependency>
<groupId>com.tempodb</groupId>
<artifactId>tempodb-java</artifactId>
<version>1.1.5</version>
</dependency>
Or, you can clone the repository and build with maven.
mvn compile
Javadocs are located here