Download common-util-0.3.jar file - Jar c

Jar examples for c:common-util

Description

Common Java Utils for every framework

You can download jar file common-util 0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add common-util-0.3.jar to your project.

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

Download

Click the following link to download the jar file.

common-util-0.3-javadoc.jar
common-util-0.3-sources.jar
common-util-0.3.jar
common-util-0.3.pom



Related Tutorials