Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.prometheus |
ArtifactId | ArtifactIdclient |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
client-0.0.7.pom | |
client-0.0.7.jar | 47 KB |
client-0.0.7-sources.jar | 29 KB |
client-0.0.7-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus/client/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>client</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation 'io.prometheus:client:0.0.7'
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation ("io.prometheus:client:0.0.7")
'io.prometheus:client:jar:0.0.7'
<dependency org="io.prometheus" name="client" rev="0.0.7">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='client', version='0.0.7')
)
libraryDependencies += "io.prometheus" % "client" % "0.0.7"
[io.prometheus/client "0.0.7"]