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