License |
License |
---|---|
Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.prometheus |
ArtifactId | ArtifactIdclient |
Last Version | Last Version0.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrometheus Java Client Metrics
The Prometheus Java Client Metrics
|
Project URL |
Project URL |
Filename | Size |
---|---|
client-0.0.10.pom | |
client-0.0.10.jar | 47 KB |
client-0.0.10-sources.jar | 27 KB |
client-0.0.10-javadoc.jar | 377 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus/client/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>client</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation 'io.prometheus:client:0.0.10'
// https://jarcasting.com/artifacts/io.prometheus/client/
implementation ("io.prometheus:client:0.0.10")
'io.prometheus:client:jar:0.0.10'
<dependency org="io.prometheus" name="client" rev="0.0.10">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='client', version='0.0.10')
)
libraryDependencies += "io.prometheus" % "client" % "0.0.10"
[io.prometheus/client "0.0.10"]
Group / Artifact | Type | Version |
---|---|---|
io.prometheus.client : model | jar | 0.0.2 |
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
com.google.guava : guava | jar | 12.0 |
com.google.code.gson : gson | jar | 2.2.2 |
net.jcip : jcip-annotations | jar | 1.0 |
org.reflections : reflections | jar | 0.9.8 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
com.matttproud.quantile : quantile | jar | 0.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |