e

elf4j-log4j

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