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