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

Jar examples for c:common-util

Description

Common Java Utils for every framework

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials