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