Download cane-core-0.5.jar file - Jar c

Jar examples for c:cane-core

Description

The core provides part of the basis of implementation for Cane API, as well as some kit. This is not required.

You can download jar file cane-core 0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cane-core-0.5.jar to your project.

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

Download

Click the following link to download the jar file.

cane-core-0.5-javadoc.jar
cane-core-0.5-sources.jar
cane-core-0.5.jar
cane-core-0.5.pom



Related Tutorials