MVN

org.apache.logging.log4j : log4j-jpl

Maven & Gradle

Jun 18, 2023
50 usages
3.1k stars

Apache Log4j JDK Platform Logging Adapter · The Apache Log4j implementation of java.lang.System.LoggerFinder

<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-jpl</artifactId>
    <version>2.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.logging.log4j : log4j-jpl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.20.0
  • Latest Alpha: 3.0.0-alpha1

All Versions

Choose a version of org.apache.logging.log4j : log4j-jpl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
log4j-jpl-3.0.0-alpha1
2.20.x
log4j-jpl-2.20.0
2.19.x
log4j-jpl-2.19.0
2.18.x
log4j-jpl-2.18.0
2.17.x
log4j-jpl-2.17.2
log4j-jpl-2.17.1
log4j-jpl-2.17.0
2.16.x
log4j-jpl-2.16.0
2.15.x
log4j-jpl-2.15.0
2.14.x
log4j-jpl-2.14.1
log4j-jpl-2.14.0
2.13.x
log4j-jpl-2.13.3
log4j-jpl-2.13.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-jpl</artifactId>
    <version>2.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.logging.log4j : log4j-jpl gradle dependency to your build.gradle file:

implementation 'org.apache.logging.log4j:log4j-jpl:2.20.0'

Gradle Kotlin DSL: Add the following org.apache.logging.log4j : log4j-jpl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.logging.log4j:log4j-jpl:2.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.logging.log4j : log4j-jpl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.logging.log4j" % "log4j-jpl" % "2.20.0"