Download ehcache-jcache-1.2.jar file - Jar e

Jar examples for e:ehcache-jcache

Description

Ehcache's wrapper implementation of JSR107 - JCACHE.

You can download jar file ehcache-jcache 1.2 in this page.

Build File

You can use the following script to add ehcache-jcache-1.2.jar to your project.

<dependency>
   <groupId>net.sf.ehcache</groupId>
   <artifactId>ehcache-jcache</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'net.sf.ehcache', name: 'ehcache-jcache', version: '1.2'
libraryDependencies += "net.sf.ehcache" % "ehcache-jcache" % "1.2"
<dependency org="net.sf.ehcache" name="ehcache-jcache" rev="1.2"/>
@Grapes(@Grab(group='net.sf.ehcache', module='ehcache-jcache', version='1.2'))
'net.sf.ehcache:ehcache-jcache:jar:1.2'

Download

Click the following link to download the jar file.

ehcache-jcache-1.2-javadoc.jar
ehcache-jcache-1.2-sources.jar
ehcache-jcache-1.2.jar
ehcache-jcache-1.2.pom



Related Tutorials