Files download
File Operation
log4j1-1.0-rc3.jar download
log4j1-1.0-rc3.pom download
log4j1-1.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.newrelic.logging</groupId>
  <artifactId>log4j1</artifactId>
  <version>1.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'com.newrelic.logging:log4j1:1.0-rc3'
Gradle Kotlin
implementation("com.newrelic.logging:log4j1:1.0-rc3")
Scala SBT
libraryDependencies += "com.newrelic.logging" % "log4j1" % "1.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='com.newrelic.logging', module='log4j1', version='1.0-rc3')
)
Apache Ivy
<dependency org="com.newrelic.logging" name="log4j1" rev="1.0-rc3" />
Leiningen
[com.newrelic.logging/log4j1 "1.0-rc3"]
Apache Buildr
'com.newrelic.logging:log4j1:jar:1.0-rc3'