Jar examples for c:commons-logging-api
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
You can download jar file commons-logging-api 1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-logging-api-1.1.jar to your project.
<dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> <version>1.1</version> </dependency>
compile group: 'commons-logging', name: 'commons-logging-api', version: '1.1'
libraryDependencies += "commons-logging" % "commons-logging-api" % "1.1"
<dependency org="commons-logging" name="commons-logging-api" rev="1.1"/>
@Grapes(@Grab(group='commons-logging', module='commons-logging-api', version='1.1'))
'commons-logging:commons-logging-api:jar:1.1'
Click the following link to download the jar file.
commons-logging-api-1.1.jar