Download commons-logging-1.1.3.jar file - Jar c

Jar examples for c:commons-logging

Description

Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

You can download jar file commons-logging 1.1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-logging-1.1.3.jar to your project.

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

Download

Click the following link to download the jar file.

commons-logging-1.1.3-adapters.jar
commons-logging-1.1.3-api.jar
commons-logging-1.1.3-javadoc.jar
commons-logging-1.1.3-sources.jar
commons-logging-1.1.3-test-sources.jar
commons-logging-1.1.3-tests.jar
commons-logging-1.1.3.jar
commons-logging-1.1.3.pom



Related Tutorials