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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

commons-logging-0.0.13.pom



Related Tutorials