is not current version
Last Version 1.8

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

Spring integration with InfluxDB.

Categories

Categories

Data
GroupId

GroupId

com.github.miwurster
ArtifactId

ArtifactId

spring-data-influxdb
Version

Version

1.4
Type

Type

jar

Download spring-data-influxdb 1.4


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