Download common-utils-0.1.4.jar file - Jar c

Jar examples for c:common-utils

Description

The library helps to prevent boilerplate code for random strings and names, SPI-based slf4j configuration, sophisticated property files, human readable representation of date differences and getting attributes from MANIFEST.FM files.

You can download jar file common-utils 0.1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add common-utils-0.1.4.jar to your project.

<dependency>
   <groupId>me.shib.java.lib</groupId>
   <artifactId>common-utils</artifactId>
   <version>0.1.4</version>
</dependency>
compile group: 'me.shib.java.lib', name: 'common-utils', version: '0.1.4'
libraryDependencies += "me.shib.java.lib" % "common-utils" % "0.1.4"
<dependency org="me.shib.java.lib" name="common-utils" rev="0.1.4"/>
@Grapes(@Grab(group='me.shib.java.lib', module='common-utils', version='0.1.4'))
'me.shib.java.lib:common-utils:jar:0.1.4'

Download

Click the following link to download the jar file.

common-utils-0.1.4-javadoc.jar
common-utils-0.1.4-sources.jar
common-utils-0.1.4.jar
common-utils-0.1.4.pom



Related Tutorials