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