License |
License |
---|---|
Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.prometheus |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.16.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPrometheus Java Suite
The Prometheus Java Suite: Client Metrics, Exposition, and Examples
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-0.16.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus/parent/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/parent/
implementation 'io.prometheus:parent:0.16.0'
// https://jarcasting.com/artifacts/io.prometheus/parent/
implementation ("io.prometheus:parent:0.16.0")
'io.prometheus:parent:pom:0.16.0'
<dependency org="io.prometheus" name="parent" rev="0.16.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='parent', version='0.16.0')
)
libraryDependencies += "io.prometheus" % "parent" % "0.16.0"
[io.prometheus/parent "0.16.0"]