e

elf4j-slf4j

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