Download common-core-0.8.0.jar file - Jar c

Jar examples for c:common-core

Description

A collection of common utilities and helper functions useful for a wide variety of applications.

You can download jar file common-core 0.8.0 in this page.

License

GNU General Public License, Version 3

Build File

You can use the following script to add common-core-0.8.0.jar to your project.

<dependency>
   <groupId>co.cask.common</groupId>
   <artifactId>common-core</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'co.cask.common', name: 'common-core', version: '0.8.0'
libraryDependencies += "co.cask.common" % "common-core" % "0.8.0"
<dependency org="co.cask.common" name="common-core" rev="0.8.0"/>
@Grapes(@Grab(group='co.cask.common', module='common-core', version='0.8.0'))
'co.cask.common:common-core:jar:0.8.0'

Download

Click the following link to download the jar file.

common-core-0.8.0-javadoc.jar
common-core-0.8.0-sources.jar
common-core-0.8.0.jar
common-core-0.8.0.pom



Related Tutorials