Download commons-logging-0.0.15.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.15 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.15.jar to your project.

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

Download

Click the following link to download the jar file.

commons-logging-0.0.15.pom



Related Tutorials