<dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_log4j</artifactId> <version>0.16.0</version> <type>bundle</type> </dependency>
implementation 'io.prometheus:simpleclient_log4j:0.16.0'
implementation("io.prometheus:simpleclient_log4j:0.16.0")
libraryDependencies += "io.prometheus" % "simpleclient_log4j" % "0.16.0"
@Grapes( @Grab(group='io.prometheus', module='simpleclient_log4j', version='0.16.0') )
<dependency org="io.prometheus" name="simpleclient_log4j" rev="0.16.0" />
[io.prometheus/simpleclient_log4j "0.16.0"]
'io.prometheus:simpleclient_log4j:jar:0.16.0'
<parent> <groupId>io.prometheus</groupId> <artifactId>parent</artifactId> <version>0.16.0</version> </parent>
compile
|-- io.prometheus:simpleclient:0.16.0
provided
|-- org.apache.logging.log4j:log4j-core:2.17.2
|-- org.apache.logging.log4j:log4j-1.2-api:2.17.2
test
|-- junit:junit:4.13.2
|-- org.mockito:mockito-core:4.6.1