Download log4j-2.5.jar file - Jar l

Jar examples for l:log4j

Description

Base Apache Log4j 1.2.17 fix the issus #4913 and #41214

You can download jar file log4j 2.5 in this page.

License

GNU Lesser General Public License v3 (LGPL)

Build File

You can use the following script to add log4j-2.5.jar to your project.

<dependency>
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j</artifactId>
   <version>2.5</version>
</dependency>
compile group: 'org.apache.logging.log4j', name: 'log4j', version: '2.5'
libraryDependencies += "org.apache.logging.log4j" % "log4j" % "2.5"
<dependency org="org.apache.logging.log4j" name="log4j" rev="2.5"/>
@Grapes(@Grab(group='org.apache.logging.log4j', module='log4j', version='2.5'))
'org.apache.logging.log4j:log4j:jar:2.5'

Download

Click the following link to download the jar file.

log4j-2.5.pom



Related Tutorials