<dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient</artifactId> <version>0.0.14</version> <type>bundle</type> </dependency>
implementation 'io.prometheus:simpleclient:0.0.14'
implementation("io.prometheus:simpleclient:0.0.14")
libraryDependencies += "io.prometheus" % "simpleclient" % "0.0.14"
@Grapes( @Grab(group='io.prometheus', module='simpleclient', version='0.0.14') )
<dependency org="io.prometheus" name="simpleclient" rev="0.0.14" />
[io.prometheus/simpleclient "0.0.14"]
'io.prometheus:simpleclient:jar:0.0.14'
<parent> <groupId>io.prometheus</groupId> <artifactId>parent</artifactId> <version>0.0.14</version> </parent>
test
|-- junit:junit:4.11