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