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