is not current version
Last Version 0.0.10

io.prometheus:client 0.0.1

The Prometheus Java Client Metrics

Categories

Categories

CLI User Interface Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus
ArtifactId

ArtifactId

client
Version

Version

0.0.1
Type

Type

jar

Download client 0.0.1


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