License |
License |
---|---|
Categories |
CategoriesData Ehcache Caching |
GroupId | GroupIdorg.canedata.module |
ArtifactId | ArtifactIdcane-module-ehcache |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEhcache for cane
CacheProvider for Ehcache.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cane-module-ehcache-0.5.pom | |
cane-module-ehcache-0.5.jar | 6 KB |
cane-module-ehcache-0.5-sources.jar | 3 KB |
cane-module-ehcache-0.5-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.canedata.module/cane-module-ehcache/ -->
<dependency>
<groupId>org.canedata.module</groupId>
<artifactId>cane-module-ehcache</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.canedata.module/cane-module-ehcache/
implementation 'org.canedata.module:cane-module-ehcache:0.5'
// https://jarcasting.com/artifacts/org.canedata.module/cane-module-ehcache/
implementation ("org.canedata.module:cane-module-ehcache:0.5")
'org.canedata.module:cane-module-ehcache:jar:0.5'
<dependency org="org.canedata.module" name="cane-module-ehcache" rev="0.5">
<artifact name="cane-module-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.canedata.module', module='cane-module-ehcache', version='0.5')
)
libraryDependencies += "org.canedata.module" % "cane-module-ehcache" % "0.5"
[org.canedata.module/cane-module-ehcache "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.canedata : cane-api | jar | 0.5 |
org.canedata : cane-core | jar | 0.5 |
net.sf.ehcache : ehcache | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |