Apache Log4j Core Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

The Apache Log4j Implementation

Apache Log4j Core Maven Dependency

Copy below Apache Log4j Core maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-core</artifactId>
    <version>2.12.1</version>
</dependency>

Apache Log4j Core Gradle Dependency

Copy belowApache Log4j Core gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.12.1'

Download JAR File

https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.12.1/log4j-core-2.12.1.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core

Reference

https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core

⚠️ **GitHub.com Fallback** ⚠️