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