Download commons-logging-api-1.0.4.jar file - Jar c

Jar examples for c:commons-logging-api

Description

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

You can download jar file commons-logging-api 1.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging-api</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'commons-logging', name: 'commons-logging-api', version: '1.0.4'
libraryDependencies += "commons-logging" % "commons-logging-api" % "1.0.4"
<dependency org="commons-logging" name="commons-logging-api" rev="1.0.4"/>
@Grapes(@Grab(group='commons-logging', module='commons-logging-api', version='1.0.4'))
'commons-logging:commons-logging-api:jar:1.0.4'

Download

Click the following link to download the jar file.

commons-logging-api-1.0.4.jar
commons-logging-api-1.0.4.pom



Related Tutorials