License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.canedata |
ArtifactId | ArtifactIdcane-api |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCane API
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cane-api-0.5.pom | |
cane-api-0.5.jar | 28 KB |
cane-api-0.5-sources.jar | 40 KB |
cane-api-0.5-javadoc.jar | 332 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.canedata/cane-api/ -->
<dependency>
<groupId>org.canedata</groupId>
<artifactId>cane-api</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.canedata/cane-api/
implementation 'org.canedata:cane-api:0.5'
// https://jarcasting.com/artifacts/org.canedata/cane-api/
implementation ("org.canedata:cane-api:0.5")
'org.canedata:cane-api:jar:0.5'
<dependency org="org.canedata" name="cane-api" rev="0.5">
<artifact name="cane-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.canedata', module='cane-api', version='0.5')
)
libraryDependencies += "org.canedata" % "cane-api" % "0.5"
[org.canedata/cane-api "0.5"]