Download common-core-1.1.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 1.1.0 in this page.

License

GNU General Public License, Version 3

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials