e

embed-influxDB

Download and start influxDB servers at runtime.
https://apisense.io
Apache License 2.0
Antoine Veuiller
Files download
File Operation
embed-influxDB-1.2.1.jar download
embed-influxDB-1.2.1.pom download
embed-influxDB-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.apisense.embed.influx</groupId>
  <artifactId>embed-influxDB</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.apisense.embed.influx:embed-influxDB:1.2.1'
Gradle Kotlin
implementation("io.apisense.embed.influx:embed-influxDB:1.2.1")
Scala SBT
libraryDependencies += "io.apisense.embed.influx" % "embed-influxDB" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.apisense.embed.influx', module='embed-influxDB', version='1.2.1')
)
Apache Ivy
<dependency org="io.apisense.embed.influx" name="embed-influxDB" rev="1.2.1" />
Leiningen
[io.apisense.embed.influx/embed-influxDB "1.2.1"]
Apache Buildr
'io.apisense.embed.influx:embed-influxDB:jar:1.2.1'