Download commons-logging-1.2.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.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials