Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring ORM Data |
---|---|
GroupId | GroupIdcom.github.christiangda |
ArtifactId | ArtifactIdstorm-metrics-influxdb |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.christiangda/storm-metrics-influxdb/ -->
<dependency>
<groupId>com.github.christiangda</groupId>
<artifactId>storm-metrics-influxdb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.christiangda/storm-metrics-influxdb/
implementation 'com.github.christiangda:storm-metrics-influxdb:1.0.0'
// https://jarcasting.com/artifacts/com.github.christiangda/storm-metrics-influxdb/
implementation ("com.github.christiangda:storm-metrics-influxdb:1.0.0")
'com.github.christiangda:storm-metrics-influxdb:jar:1.0.0'
<dependency org="com.github.christiangda" name="storm-metrics-influxdb" rev="1.0.0">
<artifact name="storm-metrics-influxdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.christiangda', module='storm-metrics-influxdb', version='1.0.0')
)
libraryDependencies += "com.github.christiangda" % "storm-metrics-influxdb" % "1.0.0"
[com.github.christiangda/storm-metrics-influxdb "1.0.0"]