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