Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 602 Bytes

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