is not current version
Last Version 0.0.10

io.prometheus.client.examples:simple 0.0.6

The Prometheus Java Client Simple Example

Categories

Categories

CLI User Interface Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus.client.examples
ArtifactId

ArtifactId

simple
Version

Version

0.0.6
Type

Type

jar

Download simple 0.0.6


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