MVN

org.slf4j : slf4j-log4j13

Maven & Gradle

Jul 02, 2006
12 usages

slf4j-log4j · See http://www.slf4j.org/ Javadocs for the Log4jLoggerAdapter are available at http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html

<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-log4j13</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.slf4j : slf4j-log4j13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.slf4j : slf4j-log4j13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
slf4j-log4j13-1.0.1
1.0
slf4j-log4j13-1.0

How to add a dependency to Maven

Add the following org.slf4j : slf4j-log4j13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-log4j13</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.slf4j : slf4j-log4j13 gradle dependency to your build.gradle file:

implementation 'org.slf4j:slf4j-log4j13:1.0.1'

Gradle Kotlin DSL: Add the following org.slf4j : slf4j-log4j13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.slf4j:slf4j-log4j13:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.slf4j : slf4j-log4j13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.slf4j" % "slf4j-log4j13" % "1.0.1"

Advertisement

Dependencies from Group

Mar 17, 2023
51k usages
2.1k stars
Mar 17, 2023
13.2k usages
2.1k stars
Mar 17, 2023
11k usages
2.1k stars
Mar 17, 2023
7.5k usages
2.1k stars
Mar 17, 2023
3.5k usages
2.1k stars

Discover Dependencies