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