Download log4j-slf4j-impl-2.0-rc2.jar file - Jar l

Jar examples for l:log4j-slf4j-impl

Description

The Apache Log4j SLF4J API binding to Log4j 2 Core

You can download jar file log4j-slf4j-impl 2.0-rc2 in this page.

License

Apache License

Build File

You can use the following script to add log4j-slf4j-impl-2.0-rc2.jar to your project.

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

Download

Click the following link to download the jar file.

log4j-slf4j-impl-2.0-rc2-javadoc.jar
log4j-slf4j-impl-2.0-rc2-sources.jar
log4j-slf4j-impl-2.0-rc2.jar
log4j-slf4j-impl-2.0-rc2.pom



Related Tutorials