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