Jar examples for l:log4j-core
The Apache Log4j Implementation
You can download jar file log4j-core 2.5 in this page.
Apache License
You can use the following script to add log4j-core-2.5.jar to your project.
<dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.5</version> </dependency>
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.5'
libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.5"
<dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.5"/>
@Grapes(@Grab(group='org.apache.logging.log4j', module='log4j-core', version='2.5'))
'org.apache.logging.log4j:log4j-core:jar:2.5'
Click the following link to download the jar file.
log4j-core-2.5-javadoc.jar