i

influxdb-java

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