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

Jar examples for c:cane-api

Description

Cane is based on the coding behaviour analysis of data manipulation interface to allow coders are close to their habit of thinking of ways to manipulate the data. API definition for Cane.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials