is not current version
Last Version 0.0.10

io.prometheus.client:examples 0.0.5

The Prometheus Java Examples

Categories

Categories

CLI User Interface Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus.client
ArtifactId

ArtifactId

examples
Version

Version

0.0.5
Type

Type

pom

Download examples 0.0.5

Filename Size
examples-0.0.5.pom 1 KB
Browse

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