Download common-utils-0.2-incubating.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.2-incubating in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

common-utils-0.2-incubating-javadoc.jar
common-utils-0.2-incubating-sources.jar
common-utils-0.2-incubating.jar
common-utils-0.2-incubating.pom



Related Tutorials