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