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