Skip to content

tempodb/tempodb-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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