Download ehcache-spring-annotations-1.2.0.jar file - Jar e

Jar examples for e:ehcache-spring-annotations

Description

Provides a simple model for integrating Ehcache in a Spring project via annotations.

You can download jar file ehcache-spring-annotations 1.2.0 in this page.

License

Apache 2

Build File

You can use the following script to add ehcache-spring-annotations-1.2.0.jar to your project.

<dependency>
   <groupId>com.googlecode.ehcache-spring-annotations</groupId>
   <artifactId>ehcache-spring-annotations</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.googlecode.ehcache-spring-annotations', name: 'ehcache-spring-annotations', version: '1.2.0'
libraryDependencies += "com.googlecode.ehcache-spring-annotations" % "ehcache-spring-annotations" % "1.2.0"
<dependency org="com.googlecode.ehcache-spring-annotations" name="ehcache-spring-annotations" rev="1.2.0"/>
@Grapes(@Grab(group='com.googlecode.ehcache-spring-annotations', module='ehcache-spring-annotations', version='1.2.0'))
'com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations:jar:1.2.0'

Download

Click the following link to download the jar file.

ehcache-spring-annotations-1.2.0-javadoc.jar
ehcache-spring-annotations-1.2.0-sources.jar
ehcache-spring-annotations-1.2.0.jar
ehcache-spring-annotations-1.2.0.pom



Related Tutorials