Download common-log-1.0.jar file - Jar c

Jar examples for c:common-log

Description

Common logging interface

You can download jar file common-log 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add common-log-1.0.jar to your project.

<dependency>
   <groupId>com.github.XDean</groupId>
   <artifactId>common-log</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.XDean', name: 'common-log', version: '1.0'
libraryDependencies += "com.github.XDean" % "common-log" % "1.0"
<dependency org="com.github.XDean" name="common-log" rev="1.0"/>
@Grapes(@Grab(group='com.github.XDean', module='common-log', version='1.0'))
'com.github.XDean:common-log:jar:1.0'

Download

Click the following link to download the jar file.

common-log-1.0-javadoc.jar
common-log-1.0-sources.jar
common-log-1.0.jar
common-log-1.0.pom



Related Tutorials