Jar examples for c:cane-core
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
cane-core-0.5-javadoc.jar