Download commons-logging-1.0.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.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

commons-logging-1.0-javadoc.jar
commons-logging-1.0.jar
commons-logging-1.0.pom



Related Tutorials