l

log4j

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