How To Install Java Artifact ch.qos.logback.log4j-bridge v0.9.5

ch.qos.logback log4j-bridge 0.9.5

Introduction

In this article, we'll learn how to install Java artifact log4j-bridge from ch.qos.logback group in version 0.9.5. The artifact is available in 12 versions: 0.9.7 0.9.6 0.9.5 0.9.4 0.9.3 0.9.2 0.9.1 0.9 0.8.1 0.8 0.7.1 0.7 . The Log4j Bridge Module project has been released under Apache Software Licenses license, and has its own website at: http://logback.qos.ch . The parent project is: ch.qos.logback::logback-parent::0.9.5

How To Install Java Artifact ch.qos.logback.log4j-bridge In Version 0.9.5

To install the Log4j Bridge Module artifact in version 0.9.5 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Log4j Bridge Module dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (1)

Licenses