License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.kairosdb |
ArtifactId | ArtifactIdclient |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkairosclient
Java client for pushing and querying data to/from KairosDB
|
Project URL |
Project URL |
Filename | Size |
---|---|
client-3.0.1.pom | |
client-3.0.1.jar | 51 KB |
client-3.0.1-sources.jar | 42 KB |
client-3.0.1-javadoc.jar | 275 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kairosdb/client/ -->
<dependency>
<groupId>org.kairosdb</groupId>
<artifactId>client</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kairosdb/client/
implementation 'org.kairosdb:client:3.0.1'
// https://jarcasting.com/artifacts/org.kairosdb/client/
implementation ("org.kairosdb:client:3.0.1")
'org.kairosdb:client:jar:3.0.1'
<dependency org="org.kairosdb" name="client" rev="3.0.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kairosdb', module='client', version='3.0.1')
)
libraryDependencies += "org.kairosdb" % "client" % "3.0.1"
[org.kairosdb/client "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 25.1-jre |
org.apache.httpcomponents : httpclient | jar | 4.5.8 |
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.5 |
com.google.code.findbugs : jsr305 | jar | 2.0.0 |
org.apache.bval : bval-jsr303 | jar | 0.5 |
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.11 |
org.kairosdb : kairosdb | jar | 1.2.1-1 |
org.mockito : mockito-core | jar | 1.9.5 |
org.eclipse.jetty : jetty-util | jar | 8.1.6.v20120903 |
org.eclipse.jetty : jetty-io | jar | 8.1.6.v20120903 |