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