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