Last Version

The InfluxDB 2.x JVM Based Clients 6.2.0

The reference JVM clients for the InfluxDB 2.x - currently Java, Reactive, Kotlin and Scala clients are implemented.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.influxdb
ArtifactId

ArtifactId

influxdb-client
Version

Version

6.2.0
Type

Type

pom
Description

Description

The InfluxDB 2.x JVM Based Clients
The reference JVM clients for the InfluxDB 2.x - currently Java, Reactive, Kotlin and Scala clients are implemented.
Project URL

Project URL

https://github.com/influxdata/influxdb-client-java
Project Organization

Project Organization

InfluxData, Inc.
Source Code Management

Source Code Management

http://github.com/influxdata/influxdb-client-java/tree/master

Download influxdb-client 6.2.0

Filename Size
influxdb-client-6.2.0.pom 27 KB
Browse

<!-- https://jarcasting.com/artifacts/com.influxdb/influxdb-client/ -->
<dependency>
    <groupId>com.influxdb</groupId>
    <artifactId>influxdb-client</artifactId>
    <version>6.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client/
implementation 'com.influxdb:influxdb-client:6.2.0'
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client/
implementation ("com.influxdb:influxdb-client:6.2.0")
'com.influxdb:influxdb-client:pom:6.2.0'
<dependency org="com.influxdb" name="influxdb-client" rev="6.2.0">
  <artifact name="influxdb-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.influxdb', module='influxdb-client', version='6.2.0')
)
libraryDependencies += "com.influxdb" % "influxdb-client" % "6.2.0"
[com.influxdb/influxdb-client "6.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

Project Modules

  • client-utils
  • client-test
  • client-core
  • client-legacy
  • client
  • client-reactive
  • client-kotlin
  • client-scala/cross/2.12
  • client-scala/cross/2.13
  • client-osgi
  • karaf
  • spring
  • flux-dsl
  • examples