Files download
File Operation
lumbermill-influxdb-0.0.26.jar download
lumbermill-influxdb-0.0.26.pom download
lumbermill-influxdb-0.0.26-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sonymobile</groupId>
  <artifactId>lumbermill-influxdb</artifactId>
  <version>0.0.26</version>
</dependency>
Gradle Groovy
implementation 'com.sonymobile:lumbermill-influxdb:0.0.26'
Gradle Kotlin
implementation("com.sonymobile:lumbermill-influxdb:0.0.26")
Scala SBT
libraryDependencies += "com.sonymobile" % "lumbermill-influxdb" % "0.0.26"
Groovy Grape
@Grapes(
  @Grab(group='com.sonymobile', module='lumbermill-influxdb', version='0.0.26')
)
Apache Ivy
<dependency org="com.sonymobile" name="lumbermill-influxdb" rev="0.0.26" />
Leiningen
[com.sonymobile/lumbermill-influxdb "0.0.26"]
Apache Buildr
'com.sonymobile:lumbermill-influxdb:jar:0.0.26'