Skip to content

TempoIQ/tempoiq-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2.0</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