slf4j-ext

slf4j-ext

Extensions to the SLF4J API
http://www.slf4j.org
Files download
File Operation
slf4j-ext-1.5.8.jar download
slf4j-ext-1.5.8.pom download
slf4j-ext-1.5.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-ext</artifactId>
  <version>1.5.8</version>
</dependency>
Gradle Groovy
implementation 'org.slf4j:slf4j-ext:1.5.8'
Gradle Kotlin
implementation("org.slf4j:slf4j-ext:1.5.8")
Scala SBT
libraryDependencies += "org.slf4j" % "slf4j-ext" % "1.5.8"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='slf4j-ext', version='1.5.8')
)
Apache Ivy
<dependency org="org.slf4j" name="slf4j-ext" rev="1.5.8" />
Leiningen
[org.slf4j/slf4j-ext "1.5.8"]
Apache Buildr
'org.slf4j:slf4j-ext:jar:1.5.8'