Categories |
CategoriesNet Ehcache Data Caching |
---|---|
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-jcache |
Last Version | Last Version1.5.0-0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEhcache JCache Implementation
Ehcache's wrapper implementation of JSR107 - JCACHE.
|
Filename | Size |
---|---|
ehcache-jcache-1.5.0-0.5.pom | |
ehcache-jcache-1.5.0-0.5.jar | 46 KB |
ehcache-jcache-1.5.0-0.5-sources.jar | 32 KB |
ehcache-jcache-1.5.0-0.5-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jcache/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-jcache</artifactId>
<version>1.5.0-0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jcache/
implementation 'net.sf.ehcache:ehcache-jcache:1.5.0-0.5'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jcache/
implementation ("net.sf.ehcache:ehcache-jcache:1.5.0-0.5")
'net.sf.ehcache:ehcache-jcache:jar:1.5.0-0.5'
<dependency org="net.sf.ehcache" name="ehcache-jcache" rev="1.5.0-0.5">
<artifact name="ehcache-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-jcache', version='1.5.0-0.5')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-jcache" % "1.5.0-0.5"
[net.sf.ehcache/ehcache-jcache "1.5.0-0.5"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache-core | jar | 2.6.0 |
javax.cache : cache-api | jar | 0.5 |
javax.cache.implementation : cache-ri-common | jar | 0.5 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-jdk14 Optional | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.transaction : jta | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |