License |
License |
---|---|
Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.prometheus.client |
ArtifactId | ArtifactIdexamples |
Last Version | Last Version0.0.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPrometheus Java Client Examples
The Prometheus Java Examples
|
Project URL |
Project URL |
Filename | Size |
---|---|
examples-0.0.10.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus.client/examples/ -->
<dependency>
<groupId>io.prometheus.client</groupId>
<artifactId>examples</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client/examples/
implementation 'io.prometheus.client:examples:0.0.10'
// https://jarcasting.com/artifacts/io.prometheus.client/examples/
implementation ("io.prometheus.client:examples:0.0.10")
'io.prometheus.client:examples:pom:0.0.10'
<dependency org="io.prometheus.client" name="examples" rev="0.0.10">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client', module='examples', version='0.0.10')
)
libraryDependencies += "io.prometheus.client" % "examples" % "0.0.10"
[io.prometheus.client/examples "0.0.10"]