MVN

ch.qos.logback : log4j-bridge

Maven & Gradle

May 29, 2007
1 usages

Log4j Bridge Module · Logback: the generic, reliable, fast and flexible logging library for Java.

<dependency>
    <groupId>ch.qos.logback</groupId>
    <artifactId>log4j-bridge</artifactId>
    <version>0.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.qos.logback : log4j-bridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.7

All Versions

Choose a version of ch.qos.logback : log4j-bridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
log4j-bridge-0.9.7
log4j-bridge-0.9.6
log4j-bridge-0.9.5
log4j-bridge-0.9.4
log4j-bridge-0.9.3
log4j-bridge-0.9.2
log4j-bridge-0.9.1
0.9
log4j-bridge-0.9
0.8.x
log4j-bridge-0.8.1
0.8
log4j-bridge-0.8
0.7.x
log4j-bridge-0.7.1
0.7
log4j-bridge-0.7

How to add a dependency to Maven

Add the following ch.qos.logback : log4j-bridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.qos.logback</groupId>
    <artifactId>log4j-bridge</artifactId>
    <version>0.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.qos.logback : log4j-bridge gradle dependency to your build.gradle file:

implementation 'ch.qos.logback:log4j-bridge:0.9.7'

Gradle Kotlin DSL: Add the following ch.qos.logback : log4j-bridge gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.qos.logback:log4j-bridge:0.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.qos.logback : log4j-bridge sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.qos.logback" % "log4j-bridge" % "0.9.7"

Advertisement

Dependencies from Group

Aug 09, 2023
25k usages
2.7k stars
Aug 09, 2023
5.1k usages
2.7k stars
Aug 09, 2023
491 usages
2.7k stars
Mar 23, 2023
6 usages
Aug 09, 2023
3 usages
2.8k stars

Discover Dependencies