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