i

influxdb-java

Java API to access the InfluxDB REST API
http://www.influxdb.org
The MIT License (MIT)
John Shahid Stefan Majer
Files download
File Operation
influxdb-java-1.2.jar download
influxdb-java-1.2.pom download
influxdb-java-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.influxdb</groupId>
  <artifactId>influxdb-java</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.influxdb:influxdb-java:1.2'
Gradle Kotlin
implementation("org.influxdb:influxdb-java:1.2")
Scala SBT
libraryDependencies += "org.influxdb" % "influxdb-java" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.influxdb', module='influxdb-java', version='1.2')
)
Apache Ivy
<dependency org="org.influxdb" name="influxdb-java" rev="1.2" />
Leiningen
[org.influxdb/influxdb-java "1.2"]
Apache Buildr
'org.influxdb:influxdb-java:jar:1.2'