Download common-logging-2.0.4-Beta03.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-Beta03 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials