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