Download common-logging-2.0.0-CR02.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.0-CR02 in this page.

License

Open Source License

Build File

You can use the following script to add common-logging-2.0.0-CR02.jar to your project.

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

Download

Click the following link to download the jar file.

common-logging-2.0.0-CR02-sources.jar
common-logging-2.0.0-CR02.jar
common-logging-2.0.0-CR02.pom



Related Tutorials