tempoiq-java

TempoIQ Java Library

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.tempoiq
ArtifactId

ArtifactId

tempoiq-java
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

tempoiq-java
TempoIQ Java Library
Project URL

Project URL

http://github.com/tempoiq/tempoiq-java
Source Code Management

Source Code Management

http://github.com/tempoiq/tempoiq-java

Download tempoiq-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.tempoiq/tempoiq-java/ -->
<dependency>
    <groupId>com.tempoiq</groupId>
    <artifactId>tempoiq-java</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tempoiq/tempoiq-java/
implementation 'com.tempoiq:tempoiq-java:1.2.0'
// https://jarcasting.com/artifacts/com.tempoiq/tempoiq-java/
implementation ("com.tempoiq:tempoiq-java:1.2.0")
'com.tempoiq:tempoiq-java:jar:1.2.0'
<dependency org="com.tempoiq" name="tempoiq-java" rev="1.2.0">
  <artifact name="tempoiq-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tempoiq', module='tempoiq-java', version='1.2.0')
)
libraryDependencies += "com.tempoiq" % "tempoiq-java" % "1.2.0"
[com.tempoiq/tempoiq-java "1.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.2.5
org.apache.commons : commons-lang3 jar 3.1
joda-time : joda-time jar 2.3
com.fasterxml.jackson.datatype : jackson-datatype-joda jar 2.2.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

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
com.tempoiq

TempoIQ

Time-series databases optimized for sensor data

Versions

Version
1.2.0
1.1.7