l

log4j

Log4j specific utilities
Files download
File Operation
log4j-1.2.0.jar download
log4j-1.2.0.pom download
log4j-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>at.willhaben.willtest</groupId>
  <artifactId>log4j</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'at.willhaben.willtest:log4j:1.2.0'
Gradle Kotlin
implementation("at.willhaben.willtest:log4j:1.2.0")
Scala SBT
libraryDependencies += "at.willhaben.willtest" % "log4j" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='at.willhaben.willtest', module='log4j', version='1.2.0')
)
Apache Ivy
<dependency org="at.willhaben.willtest" name="log4j" rev="1.2.0" />
Leiningen
[at.willhaben.willtest/log4j "1.2.0"]
Apache Buildr
'at.willhaben.willtest:log4j:jar:1.2.0'