License |
License |
---|---|
Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.prometheus.client |
ArtifactId | ArtifactIdmodel |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrometheus Client Data Model
Prometheus Client Data Model: Generated Protocol Buffer Assets
|
Project URL |
Project URL |
Filename | Size |
---|---|
model-0.0.2.pom | |
model-0.0.2.jar | 77 KB |
model-0.0.2-sources.jar | 15 KB |
model-0.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus.client/model/ -->
<dependency>
<groupId>io.prometheus.client</groupId>
<artifactId>model</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client/model/
implementation 'io.prometheus.client:model:0.0.2'
// https://jarcasting.com/artifacts/io.prometheus.client/model/
implementation ("io.prometheus.client:model:0.0.2")
'io.prometheus.client:model:jar:0.0.2'
<dependency org="io.prometheus.client" name="model" rev="0.0.2">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client', module='model', version='0.0.2')
)
libraryDependencies += "io.prometheus.client" % "model" % "0.0.2"
[io.prometheus.client/model "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.5.0 |