Download log4j-web-2.2.jar file - Jar l

Jar examples for l:log4j-web

Description

The Apache Log4j support for web servlet containers

You can download jar file log4j-web 2.2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

log4j-web-2.2-javadoc.jar
log4j-web-2.2-sources.jar
log4j-web-2.2.jar
log4j-web-2.2.pom



Related Tutorials