Download jsr107cache-1.0.jar file - Jar j

Jar examples for j:jsr107cache

Description

jsr107cache is a place for the evolving JCACHE API so that code can be written to the spec before final release.

You can download jar file jsr107cache 1.0 in this page.

Build File

You can use the following script to add jsr107cache-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

jsr107cache-1.0-sources.jar
jsr107cache-1.0.jar
jsr107cache-1.0.pom



Related Tutorials