is not current version
Last Version 0.0.10

io.prometheus.client.examples:simple 0.0.9

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.9
Type

Type

jar

Download simple 0.0.9


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