文件下载
文件名 操作
log4j1-2.3.2.jar 下载
log4j1-2.3.2.pom 下载
log4j1-2.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.newrelic.logging</groupId>
  <artifactId>log4j1</artifactId>
  <version>2.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.newrelic.logging:log4j1:2.3.2'
Gradle Kotlin
implementation("com.newrelic.logging:log4j1:2.3.2")
Scala SBT
libraryDependencies += "com.newrelic.logging" % "log4j1" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.newrelic.logging', module='log4j1', version='2.3.2')
)
Apache Ivy
<dependency org="com.newrelic.logging" name="log4j1" rev="2.3.2" />
Leiningen
[com.newrelic.logging/log4j1 "2.3.2"]
Apache Buildr
'com.newrelic.logging:log4j1:jar:2.3.2'