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