Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.codehaus.redback.components.cache |
ArtifactId | ArtifactIdspring-cache-ehcache |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cache Provider :: ehcache
Commons Cache API : ehcache implementation.
|
Filename | Size |
---|---|
spring-cache-ehcache-1.1.pom | |
spring-cache-ehcache-1.1.jar | 8 KB |
spring-cache-ehcache-1.1-sources.jar | 5 KB |
spring-cache-ehcache-1.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.redback.components.cache/spring-cache-ehcache/ -->
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.redback.components.cache/spring-cache-ehcache/
implementation 'org.codehaus.redback.components.cache:spring-cache-ehcache:1.1'
// https://jarcasting.com/artifacts/org.codehaus.redback.components.cache/spring-cache-ehcache/
implementation ("org.codehaus.redback.components.cache:spring-cache-ehcache:1.1")
'org.codehaus.redback.components.cache:spring-cache-ehcache:jar:1.1'
<dependency org="org.codehaus.redback.components.cache" name="spring-cache-ehcache" rev="1.1">
<artifact name="spring-cache-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.redback.components.cache', module='spring-cache-ehcache', version='1.1')
)
libraryDependencies += "org.codehaus.redback.components.cache" % "spring-cache-ehcache" % "1.1"
[org.codehaus.redback.components.cache/spring-cache-ehcache "1.1"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache-core | jar | 2.4.5 |
commons-collections : commons-collections | jar | 3.2 |
org.codehaus.redback.components.cache : spring-cache-api | jar | 1.1 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.redback.components.cache : spring-cache-test | jar | 1.1 |
org.slf4j : slf4j-simple | jar | 1.6.1 |
junit : junit | jar | 4.9 |