<dependency> <groupId>io.github.elf4j</groupId> <artifactId>elf4j-slf4j</artifactId> <version>1.0.1</version> </dependency>
implementation 'io.github.elf4j:elf4j-slf4j:1.0.1'
implementation("io.github.elf4j:elf4j-slf4j:1.0.1")
libraryDependencies += "io.github.elf4j" % "elf4j-slf4j" % "1.0.1"
@Grapes( @Grab(group='io.github.elf4j', module='elf4j-slf4j', version='1.0.1') )
<dependency org="io.github.elf4j" name="elf4j-slf4j" rev="1.0.1" />
[io.github.elf4j/elf4j-slf4j "1.0.1"]
'io.github.elf4j:elf4j-slf4j:jar:1.0.1'
compile
|-- io.github.elf4j:elf4j-api:7.0.0
|-- net.jcip:jcip-annotations:1.0
|-- org.slf4j:slf4j-api:2.0.3
|-- com.google.code.findbugs:jsr305:3.0.2
provided
|-- org.projectlombok:lombok:1.18.24
test
|-- ch.qos.logback:logback-classic:1.4.4
|-- org.junit.jupiter:junit-jupiter-engine:5.9.0
|-- org.junit.jupiter:junit-jupiter-params:5.9.0