Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.prometheus.client.examples |
ArtifactId | ArtifactIdjvmstat |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
jvmstat-0.0.5.pom | |
jvmstat-0.0.5.jar | 4 KB |
jvmstat-0.0.5-sources.jar | 2 KB |
jvmstat-0.0.5-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/ -->
<dependency>
<groupId>io.prometheus.client.examples</groupId>
<artifactId>jvmstat</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation 'io.prometheus.client.examples:jvmstat:0.0.5'
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation ("io.prometheus.client.examples:jvmstat:0.0.5")
'io.prometheus.client.examples:jvmstat:jar:0.0.5'
<dependency org="io.prometheus.client.examples" name="jvmstat" rev="0.0.5">
<artifact name="jvmstat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.examples', module='jvmstat', version='0.0.5')
)
libraryDependencies += "io.prometheus.client.examples" % "jvmstat" % "0.0.5"
[io.prometheus.client.examples/jvmstat "0.0.5"]