Download commons-logging-api-1.1.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.1 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.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'

Download

Click the following link to download the jar file.

commons-logging-api-1.1.jar
commons-logging-api-1.1.pom



Related Tutorials