log4j-over-slf4j

log4j-over-slf4j

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