Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.github.thinker0.metrics |
ArtifactId | ArtifactIdmetrics-opentsdb |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
metrics-opentsdb-1.1.4.pom | |
metrics-opentsdb-1.1.4.jar | 39 KB |
metrics-opentsdb-1.1.4-sources.jar | 17 KB |
metrics-opentsdb-1.1.4-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinker0.metrics/metrics-opentsdb/ -->
<dependency>
<groupId>com.github.thinker0.metrics</groupId>
<artifactId>metrics-opentsdb</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinker0.metrics/metrics-opentsdb/
implementation 'com.github.thinker0.metrics:metrics-opentsdb:1.1.4'
// https://jarcasting.com/artifacts/com.github.thinker0.metrics/metrics-opentsdb/
implementation ("com.github.thinker0.metrics:metrics-opentsdb:1.1.4")
'com.github.thinker0.metrics:metrics-opentsdb:jar:1.1.4'
<dependency org="com.github.thinker0.metrics" name="metrics-opentsdb" rev="1.1.4">
<artifact name="metrics-opentsdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinker0.metrics', module='metrics-opentsdb', version='1.1.4')
)
libraryDependencies += "com.github.thinker0.metrics" % "metrics-opentsdb" % "1.1.4"
[com.github.thinker0.metrics/metrics-opentsdb "1.1.4"]