License |
License |
---|---|
Categories |
CategoriesEhcache Data Caching |
GroupId | GroupIdcom.googlecode.ehcache-spring-annotations |
ArtifactId | ArtifactIdehcache-spring-annotations |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEhcache Spring Annotations - Core
Provides a simple model for integrating Ehcache in a Spring project via annotations.
|
<!-- https://jarcasting.com/artifacts/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations/ -->
<dependency>
<groupId>com.googlecode.ehcache-spring-annotations</groupId>
<artifactId>ehcache-spring-annotations</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations/
implementation 'com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations:1.2.0'
// https://jarcasting.com/artifacts/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations/
implementation ("com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations:1.2.0")
'com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations:jar:1.2.0'
<dependency org="com.googlecode.ehcache-spring-annotations" name="ehcache-spring-annotations" rev="1.2.0">
<artifact name="ehcache-spring-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ehcache-spring-annotations', module='ehcache-spring-annotations', version='1.2.0')
)
libraryDependencies += "com.googlecode.ehcache-spring-annotations" % "ehcache-spring-annotations" % "1.2.0"
[com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
aopalliance : aopalliance | jar | 1.0 |
com.google.guava : guava | jar | r09 |
commons-codec : commons-codec Optional | jar | 1.5 |
org.slf4j : slf4j-api | jar | 1.6.2 |
org.springframework : spring-aop | jar | 3.0.6.RELEASE |
org.springframework : spring-beans | jar | 3.0.6.RELEASE |
org.springframework : spring-context | jar | 3.0.6.RELEASE |
org.springframework : spring-core | jar | 3.0.6.RELEASE |
org.springframework : spring-expression | jar | 3.0.6.RELEASE |
net.sf.ehcache : ehcache-core | jar | 2.4.5 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 2.2.2 |
junit : junit | jar | 4.9 |
log4j : log4j | jar | 1.2.16 |
org.easymock : easymock | jar | 3.0 |
org.slf4j : jcl-over-slf4j | jar | 1.6.2 |
org.slf4j : slf4j-log4j12 | jar | 1.6.2 |
org.springframework : spring-context-support | jar | 3.0.6.RELEASE |
org.springframework : spring-test | jar | 3.0.6.RELEASE |