e

elf4j-log4j

log4j provider binding for ELF4J
https://github.com/elf4j/elf4j-log4j
MIT License
Qingtian Wang
Files download
File Operation
elf4j-log4j-9.0.1.jar download
elf4j-log4j-9.0.1.pom download
elf4j-log4j-9.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.elf4j</groupId>
  <artifactId>elf4j-log4j</artifactId>
  <version>9.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.elf4j:elf4j-log4j:9.0.1'
Gradle Kotlin
implementation("io.github.elf4j:elf4j-log4j:9.0.1")
Scala SBT
libraryDependencies += "io.github.elf4j" % "elf4j-log4j" % "9.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.elf4j', module='elf4j-log4j', version='9.0.1')
)
Apache Ivy
<dependency org="io.github.elf4j" name="elf4j-log4j" rev="9.0.1" />
Leiningen
[io.github.elf4j/elf4j-log4j "9.0.1"]
Apache Buildr
'io.github.elf4j:elf4j-log4j:jar:9.0.1'