Jar examples for c:commons-logging
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
commons-logging-1.0-javadoc.jar