Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.prometheus |
ArtifactId | ArtifactIdparent |
Version | Version0.9.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.9.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus/parent/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/parent/
implementation 'io.prometheus:parent:0.9.0'
// https://jarcasting.com/artifacts/io.prometheus/parent/
implementation ("io.prometheus:parent:0.9.0")
'io.prometheus:parent:pom:0.9.0'
<dependency org="io.prometheus" name="parent" rev="0.9.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='parent', version='0.9.0')
)
libraryDependencies += "io.prometheus" % "parent" % "0.9.0"
[io.prometheus/parent "0.9.0"]