Thanks to visit codestin.com
Credit goes to github.com

Skip to content

myagley/tempodb-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TempoDB Java API Client

Releases are available on our maven server. Add the following dependency to your pom.

<dependency>
  <groupId>com.tempodb</groupId>
  <artifactId>tempodb-java</artifactId>
  <version>0.7.1</version>
</dependency>

<repositories>
  <repository>
    <id>TempoDB Repository</id>
    <url>http://maven.tempo-db.com/artifactory/repo/</url>
  </repository>
</repositories>

Or, you can clone the repository and build with maven.

mvn compile

Javadocs are located here

About

Java client for TempoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%