MVN

org.objectweb.monolog : monolog-wrapper-log4j

Maven & Gradle

Mar 09, 2009

Monolog :: Log4j Wrapper

<dependency>
    <groupId>org.objectweb.monolog</groupId>
    <artifactId>monolog-wrapper-log4j</artifactId>
    <version>2.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.monolog : monolog-wrapper-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.12

All Versions

Choose a version of org.objectweb.monolog : monolog-wrapper-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
monolog-wrapper-log4j-2.1.12
monolog-wrapper-log4j-2.1.11
monolog-wrapper-log4j-2.1.10
monolog-wrapper-log4j-2.1.9
monolog-wrapper-log4j-2.1.8

How to add a dependency to Maven

Add the following org.objectweb.monolog : monolog-wrapper-log4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.monolog</groupId>
    <artifactId>monolog-wrapper-log4j</artifactId>
    <version>2.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.monolog : monolog-wrapper-log4j gradle dependency to your build.gradle file:

implementation 'org.objectweb.monolog:monolog-wrapper-log4j:2.1.12'

Gradle Kotlin DSL: Add the following org.objectweb.monolog : monolog-wrapper-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.monolog:monolog-wrapper-log4j:2.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.monolog : monolog-wrapper-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.monolog" % "monolog-wrapper-log4j" % "2.1.12"