l

log4j2

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