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

License

GNU Lesser General Public License v3 (LGPL)

Build File

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

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

Download

Click the following link to download the jar file.

log4j-1.2.17-javadoc.jar
log4j-1.2.17-sources.jar
log4j-1.2.17.jar
log4j-1.2.17.pom



Related Tutorials