Download org.apache.sling.commons.log-2.1.2.jar file - Jar o

Jar examples for o:org.apache.sling.commons.log

Description

Implementation of the OSGi Compendium Log Service using SLF4J on top of a private implementation. In addition to providing the implemented SLF4J API, the Log4J and Jakarta Commons Logging APIs are provided with implementations on top of the SLF4J API.

You can download jar file org.apache.sling.commons.log 2.1.2 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.commons.log-2.1.2.jar to your project.

<dependency>
   <groupId>org.apache.sling</groupId>
   <artifactId>org.apache.sling.commons.log</artifactId>
   <version>2.1.2</version>
</dependency>
compile group: 'org.apache.sling', name: 'org.apache.sling.commons.log', version: '2.1.2'
libraryDependencies += "org.apache.sling" % "org.apache.sling.commons.log" % "2.1.2"
<dependency org="org.apache.sling" name="org.apache.sling.commons.log" rev="2.1.2"/>
@Grapes(@Grab(group='org.apache.sling', module='org.apache.sling.commons.log', version='2.1.2'))
'org.apache.sling:org.apache.sling.commons.log:jar:2.1.2'

Download

Click the following link to download the jar file.

org.apache.sling.commons.log-2.1.2-sources.jar
org.apache.sling.commons.log-2.1.2.jar
org.apache.sling.commons.log-2.1.2.pom



Related Tutorials