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