is not current version
Last Version 0.0.10

io.prometheus.client.examples:jvmstat 0.0.7

The Prometheus Java Client Jvmstat Injection Example

Categories

Categories

CLI User Interface Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus.client.examples
ArtifactId

ArtifactId

jvmstat
Version

Version

0.0.7
Type

Type

jar

Download jvmstat 0.0.7


<!-- https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/ -->
<dependency>
    <groupId>io.prometheus.client.examples</groupId>
    <artifactId>jvmstat</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation 'io.prometheus.client.examples:jvmstat:0.0.7'
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation ("io.prometheus.client.examples:jvmstat:0.0.7")
'io.prometheus.client.examples:jvmstat:jar:0.0.7'
<dependency org="io.prometheus.client.examples" name="jvmstat" rev="0.0.7">
  <artifact name="jvmstat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.examples', module='jvmstat', version='0.0.7')
)
libraryDependencies += "io.prometheus.client.examples" % "jvmstat" % "0.0.7"
[io.prometheus.client.examples/jvmstat "0.0.7"]