is not current version
Last Version 0.0.2

io.prometheus.client:model 0.0.1

Prometheus Client Data Model: Generated Protocol Buffer Assets

Categories

Categories

CLI User Interface Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus.client
ArtifactId

ArtifactId

model
Version

Version

0.0.1
Type

Type

jar

Download model 0.0.1


<!-- 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"]