Skip to content

Files

Latest commit

 

History

History
18 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 591 Bytes

TempoDB Java API Client

Build Status

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