Download log4j-1.2.13.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 1.2.13 in this page.

License

GNU Lesser General Public License v3 (LGPL)

Build File

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

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

Download

Click the following link to download the jar file.

log4j-1.2.13-javadoc.jar
log4j-1.2.13-sources.jar
log4j-1.2.13.jar
log4j-1.2.13.pom



Related Tutorials