| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages CLI User Interface |
| GroupId | GroupIdcom.influxdb |
| ArtifactId | ArtifactIdinfluxdb-client-kotlin |
| Version | Version4.3.0 |
| Type | Typejar |
| Description |
DescriptionThe Kotlin InfluxDB 2.0 Client
The reference Kotlin client that allows query and write for the InfluxDB 2.0
by Kotlin Channel and Flow coroutines.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.influxdb/influxdb-client-kotlin/ -->
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-kotlin</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client-kotlin/
implementation 'com.influxdb:influxdb-client-kotlin:4.3.0'
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client-kotlin/
implementation ("com.influxdb:influxdb-client-kotlin:4.3.0")
'com.influxdb:influxdb-client-kotlin:jar:4.3.0'
<dependency org="com.influxdb" name="influxdb-client-kotlin" rev="4.3.0">
<artifact name="influxdb-client-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.influxdb', module='influxdb-client-kotlin', version='4.3.0')
)
libraryDependencies += "com.influxdb" % "influxdb-client-kotlin" % "4.3.0"
[com.influxdb/influxdb-client-kotlin "4.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.influxdb : influxdb-client-java | jar | 4.3.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.7 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.influxdb : influxdb-client-test | jar | 4.3.0 |
| com.willowtreeapps.assertk : assertk-jvm | jar | 0.22 |