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