log4j-over-slf4j

log4j-over-slf4j

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