Download apache-log4j-extras-1.1.jar file - Jar a

Jar examples for a:apache-log4j-extras

Description

This companion provides additional appenders, filters and other capabilities for version 1.2 of Apache log4j?. Several of these were backported from the abandoned Apache log4j 1.3 development effort.

You can download jar file apache-log4j-extras 1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add apache-log4j-extras-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

apache-log4j-extras-1.1-javadoc.jar
apache-log4j-extras-1.1-sources.jar
apache-log4j-extras-1.1.jar
apache-log4j-extras-1.1.pom



Related Tutorials