l

log4j

Log4j specific utilities
文件下载
文件名 操作
log4j-1.1.4.jar 下载
log4j-1.1.4.pom 下载
log4j-1.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>at.willhaben.willtest</groupId>
  <artifactId>log4j</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'at.willhaben.willtest:log4j:1.1.4'
Gradle Kotlin
implementation("at.willhaben.willtest:log4j:1.1.4")
Scala SBT
libraryDependencies += "at.willhaben.willtest" % "log4j" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='at.willhaben.willtest', module='log4j', version='1.1.4')
)
Apache Ivy
<dependency org="at.willhaben.willtest" name="log4j" rev="1.1.4" />
Leiningen
[at.willhaben.willtest/log4j "1.1.4"]
Apache Buildr
'at.willhaben.willtest:log4j:jar:1.1.4'