l

log4j

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