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