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 0.0.14 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-logging-0.0.14.jar to your project.
<dependency> <groupId>com.walterjwhite.infrastructure.dependencies</groupId> <artifactId>commons-logging</artifactId> <version>0.0.14</version> </dependency>
compile group: 'com.walterjwhite.infrastructure.dependencies', name: 'commons-logging', version: '0.0.14'
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "commons-logging" % "0.0.14"
<dependency org="com.walterjwhite.infrastructure.dependencies" name="commons-logging" rev="0.0.14"/>
@Grapes(@Grab(group='com.walterjwhite.infrastructure.dependencies', module='commons-logging', version='0.0.14'))
'com.walterjwhite.infrastructure.dependencies:commons-logging:jar:0.0.14'
Click the following link to download the jar file.
commons-logging-0.0.14.pom