Download slf4j-impl-2.0-beta2.jar file - Jar s

Jar examples for s:slf4j-impl

Description

Binding between SLF4J API and Log4J2 Core

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

slf4j-impl-2.0-beta2-javadoc.jar
slf4j-impl-2.0-beta2-sources.jar
slf4j-impl-2.0-beta2.jar
slf4j-impl-2.0-beta2.pom



Related Tutorials