is not current version
Last Version 1.8

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

Spring integration with InfluxDB.

Categories

Categories

Data
GroupId

GroupId

com.github.miwurster
ArtifactId

ArtifactId

spring-data-influxdb
Version

Version

1.5
Type

Type

jar

Download spring-data-influxdb 1.5


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