l

log4j

Log4J implementation of the Appenders Project. Delegates it's work to the core module.
The Apache Software License, Version 2.0
文件下载
文件名 操作
log4j-1.1.jar 下载
log4j-1.1.pom 下载
log4j-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.taucher2003.appenders</groupId>
  <artifactId>log4j</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.taucher2003.appenders:log4j:1.1'
Gradle Kotlin
implementation("com.github.taucher2003.appenders:log4j:1.1")
Scala SBT
libraryDependencies += "com.github.taucher2003.appenders" % "log4j" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.taucher2003.appenders', module='log4j', version='1.1')
)
Apache Ivy
<dependency org="com.github.taucher2003.appenders" name="log4j" rev="1.1" />
Leiningen
[com.github.taucher2003.appenders/log4j "1.1"]
Apache Buildr
'com.github.taucher2003.appenders:log4j:jar:1.1'