License |
License |
---|---|
GroupId | GroupIdcom.zaxxer |
ArtifactId | ArtifactIdinflux4j |
Last Version | Last Version2.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioninflux4j
A low-garbage, high-performance, InfluxDB client for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
influx4j-2.14.pom | |
influx4j-2.14.jar | 63 KB |
influx4j-2.14-sources.jar | 46 KB |
influx4j-2.14-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaxxer/influx4j/ -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>influx4j</artifactId>
<version>2.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaxxer/influx4j/
implementation 'com.zaxxer:influx4j:2.14'
// https://jarcasting.com/artifacts/com.zaxxer/influx4j/
implementation ("com.zaxxer:influx4j:2.14")
'com.zaxxer:influx4j:jar:2.14'
<dependency org="com.zaxxer" name="influx4j" rev="2.14">
<artifact name="influx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaxxer', module='influx4j', version='2.14')
)
libraryDependencies += "com.zaxxer" % "influx4j" % "2.14"
[com.zaxxer/influx4j "2.14"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.14.2 |
org.jctools : jctools-core | jar | 2.1.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.25 |