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