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