License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.canedata |
ArtifactId | ArtifactIdcane-core |
Last Version | Last Version0.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCane core
The core provides part of the basis of implementation for Cane API, as well as some kit.
This is not required.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cane-core-0.5.3.pom | |
cane-core-0.5.3-sources.jar | 19 KB |
cane-core-0.5.3-javadoc.jar | 522 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.canedata/cane-core/ -->
<dependency>
<groupId>org.canedata</groupId>
<artifactId>cane-core</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.canedata/cane-core/
implementation 'org.canedata:cane-core:0.5.3'
// https://jarcasting.com/artifacts/org.canedata/cane-core/
implementation ("org.canedata:cane-core:0.5.3")
'org.canedata:cane-core:jar:0.5.3'
<dependency org="org.canedata" name="cane-core" rev="0.5.3">
<artifact name="cane-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.canedata', module='cane-core', version='0.5.3')
)
libraryDependencies += "org.canedata" % "cane-core" % "0.5.3"
[org.canedata/cane-core "0.5.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.canedata : cane-api | jar | 0.5 |