Download ehcache-spring-annotations-1.1.2.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.1.2 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials