Download common-utils-1.0.0.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 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>org.ow2.xlcloud</groupId>
   <artifactId>common-utils</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.ow2.xlcloud', name: 'common-utils', version: '1.0.0'
libraryDependencies += "org.ow2.xlcloud" % "common-utils" % "1.0.0"
<dependency org="org.ow2.xlcloud" name="common-utils" rev="1.0.0"/>
@Grapes(@Grab(group='org.ow2.xlcloud', module='common-utils', version='1.0.0'))
'org.ow2.xlcloud:common-utils:jar:1.0.0'

Download

Click the following link to download the jar file.

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



Related Tutorials