<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.persistence.influxdb</artifactId>
<version>3.2.8</version>
</dependency>
implementation 'org.smarthomej.addons.bundles:org.smarthomej.persistence.influxdb:3.2.8'
implementation("org.smarthomej.addons.bundles:org.smarthomej.persistence.influxdb:3.2.8")
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.persistence.influxdb" % "3.2.8"
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.persistence.influxdb', version='3.2.8')
)
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.persistence.influxdb" rev="3.2.8" />
<parent> <groupId>org.smarthomej.addons.bundles</groupId> <artifactId>org.smarthomej.addons.reactor.bundles</artifactId> <version>3.2.8</version> </parent>
compile
|-- com.influxdb:influxdb-client-java:1.15.0
|-- com.influxdb:influxdb-client-core:1.15.0
|-- com.influxdb:flux-dsl:1.15.0
|-- com.squareup.retrofit2:converter-gson:2.7.2
|-- com.squareup.retrofit2:converter-scalars:2.7.2
|-- com.squareup.retrofit2:retrofit:2.7.2
|-- com.squareup.okhttp3:okhttp:3.14.9
|-- com.squareup.okhttp3:logging-interceptor:3.14.9
|-- com.google.code.gson:gson:2.8.5
|-- io.gsonfire:gson-fire:1.8.4
|-- com.squareup.okio:okio:1.17.2
|-- org.apache.commons:commons-csv:1.8
|-- io.reactivex.rxjava2:rxjava:2.2.19
|-- org.reactivestreams:reactive-streams:1.0.3
|-- io.swagger:swagger-annotations:1.6.1
|-- org.influxdb:influxdb-java:2.21