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