<dependency> <groupId>com.newrelic.logging</groupId> <artifactId>log4j2</artifactId> <version>3.2.0</version> </dependency>
implementation 'com.newrelic.logging:log4j2:3.2.0'
implementation("com.newrelic.logging:log4j2:3.2.0")
libraryDependencies += "com.newrelic.logging" % "log4j2" % "3.2.0"
@Grapes( @Grab(group='com.newrelic.logging', module='log4j2', version='3.2.0') )
<dependency org="com.newrelic.logging" name="log4j2" rev="3.2.0" />
[com.newrelic.logging/log4j2 "3.2.0"]
'com.newrelic.logging:log4j2:jar:3.2.0'
runtime
|-- com.fasterxml.jackson.core:jackson-core:2.11.1
|-- org.apache.logging.log4j:log4j-core:2.17.2
|-- com.newrelic.agent.java:newrelic-api:7.6.0