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.1.3 in this page.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
commons-logging-1.1.3-adapters.jar