Download ehcache-jcache-1.5.0-0.5.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.5.0-0.5 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

ehcache-jcache-1.5.0-0.5-javadoc.jar
ehcache-jcache-1.5.0-0.5-sources.jar
ehcache-jcache-1.5.0-0.5.jar
ehcache-jcache-1.5.0-0.5.pom



Related Tutorials