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