jul-to-slf4j

jul-to-slf4j

JUL to SLF4J bridge
http://www.slf4j.org
文件下载
文件名 操作
jul-to-slf4j-1.5.9-RC0.jar 下载
jul-to-slf4j-1.5.9-RC0.pom 下载
jul-to-slf4j-1.5.9-RC0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>jul-to-slf4j</artifactId>
  <version>1.5.9-RC0</version>
</dependency>
Gradle Groovy
implementation 'org.slf4j:jul-to-slf4j:1.5.9-RC0'
Gradle Kotlin
implementation("org.slf4j:jul-to-slf4j:1.5.9-RC0")
Scala SBT
libraryDependencies += "org.slf4j" % "jul-to-slf4j" % "1.5.9-RC0"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='jul-to-slf4j', version='1.5.9-RC0')
)
Apache Ivy
<dependency org="org.slf4j" name="jul-to-slf4j" rev="1.5.9-RC0" />
Leiningen
[org.slf4j/jul-to-slf4j "1.5.9-RC0"]
Apache Buildr
'org.slf4j:jul-to-slf4j:jar:1.5.9-RC0'