Download common-logging-2.0.4-GA.jar file - Jar c

Jar examples for c:common-logging

Description

Common Logging library for the yildiz project, contains utilities to log.

You can download jar file common-logging 2.0.4-GA in this page.

License

Open Source License

Build File

You can use the following script to add common-logging-2.0.4-GA.jar to your project.

<dependency>
   <groupId>org.gatein.common</groupId>
   <artifactId>common-logging</artifactId>
   <version>2.0.4-GA</version>
</dependency>
compile group: 'org.gatein.common', name: 'common-logging', version: '2.0.4-GA'
libraryDependencies += "org.gatein.common" % "common-logging" % "2.0.4-GA"
<dependency org="org.gatein.common" name="common-logging" rev="2.0.4-GA"/>
@Grapes(@Grab(group='org.gatein.common', module='common-logging', version='2.0.4-GA'))
'org.gatein.common:common-logging:jar:2.0.4-GA'

Download

Click the following link to download the jar file.

common-logging-2.0.4-GA-sources.jar
common-logging-2.0.4-GA.jar
common-logging-2.0.4-GA.pom



Related Tutorials