| GroupId | GroupIdcom.zaxxer |
|---|---|
| ArtifactId | ArtifactIdinflux4j |
| Version | Version2.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| influx4j-2.13.pom | |
| influx4j-2.13.jar | 63 KB |
| influx4j-2.13-sources.jar | 46 KB |
| influx4j-2.13-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zaxxer/influx4j/ -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>influx4j</artifactId>
<version>2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaxxer/influx4j/
implementation 'com.zaxxer:influx4j:2.13'
// https://jarcasting.com/artifacts/com.zaxxer/influx4j/
implementation ("com.zaxxer:influx4j:2.13")
'com.zaxxer:influx4j:jar:2.13'
<dependency org="com.zaxxer" name="influx4j" rev="2.13">
<artifact name="influx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaxxer', module='influx4j', version='2.13')
)
libraryDependencies += "com.zaxxer" % "influx4j" % "2.13"
[com.zaxxer/influx4j "2.13"]