Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.helixservice |
ArtifactId | ArtifactIdhelix-metrics |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
helix-metrics-1.0.2.pom | |
helix-metrics-1.0.2.jar | 5 KB |
helix-metrics-1.0.2-sources.jar | 2 KB |
helix-metrics-1.0.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helixservice/helix-metrics/ -->
<dependency>
<groupId>io.helixservice</groupId>
<artifactId>helix-metrics</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-metrics/
implementation 'io.helixservice:helix-metrics:1.0.2'
// https://jarcasting.com/artifacts/io.helixservice/helix-metrics/
implementation ("io.helixservice:helix-metrics:1.0.2")
'io.helixservice:helix-metrics:jar:1.0.2'
<dependency org="io.helixservice" name="helix-metrics" rev="1.0.2">
<artifact name="helix-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-metrics', version='1.0.2')
)
libraryDependencies += "io.helixservice" % "helix-metrics" % "1.0.2"
[io.helixservice/helix-metrics "1.0.2"]