is not current version
Last Version 1.8

com.github.miwurster:spring-data-influxdb 1.7

Spring integration with InfluxDB.

Categories

Categories

Data
GroupId

GroupId

com.github.miwurster
ArtifactId

ArtifactId

spring-data-influxdb
Version

Version

1.7
Type

Type

jar

Download spring-data-influxdb 1.7


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