License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.influxdb |
ArtifactId | ArtifactIdinfluxdb-client |
Version | Version6.0.0 |
Type | Typepom |
Description |
DescriptionThe 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
influxdb-client-6.0.0.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.influxdb/influxdb-client/ -->
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client</artifactId>
<version>6.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client/
implementation 'com.influxdb:influxdb-client:6.0.0'
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client/
implementation ("com.influxdb:influxdb-client:6.0.0")
'com.influxdb:influxdb-client:pom:6.0.0'
<dependency org="com.influxdb" name="influxdb-client" rev="6.0.0">
<artifact name="influxdb-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.influxdb', module='influxdb-client', version='6.0.0')
)
libraryDependencies += "com.influxdb" % "influxdb-client" % "6.0.0"
[com.influxdb/influxdb-client "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |