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.20.jar download
influxdb-java-2.20.pom download
influxdb-java-2.20-sources.jar download
Apache Maven
<dependency>
  <groupId>org.influxdb</groupId>
  <artifactId>influxdb-java</artifactId>
  <version>2.20</version>
</dependency>
Gradle Groovy
implementation 'org.influxdb:influxdb-java:2.20'
Gradle Kotlin
implementation("org.influxdb:influxdb-java:2.20")
Scala SBT
libraryDependencies += "org.influxdb" % "influxdb-java" % "2.20"
Groovy Grape
@Grapes(
  @Grab(group='org.influxdb', module='influxdb-java', version='2.20')
)
Apache Ivy
<dependency org="org.influxdb" name="influxdb-java" rev="2.20" />
Leiningen
[org.influxdb/influxdb-java "2.20"]
Apache Buildr
'org.influxdb:influxdb-java:jar:2.20'