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