l

log4j

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