Apache Log4j Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Apache Log4j 1.2
Copy below Apache Log4j maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
Copy below Apache Log4j gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/log4j/log4j
compile group: 'log4j', name: 'log4j', version: '1.2.17'
https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar