Download jcache-1.0-dev-2.jar file - Jar j

Jar examples for j:jcache

Description

Patched fork of the JCache RI to bridge JCache annotations with CDI

You can download jar file jcache 1.0-dev-2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jcache-1.0-dev-2.jar to your project.

<dependency>
   <groupId>jcache</groupId>
   <artifactId>jcache</artifactId>
   <version>1.0-dev-2</version>
</dependency>
compile group: 'jcache', name: 'jcache', version: '1.0-dev-2'
libraryDependencies += "jcache" % "jcache" % "1.0-dev-2"
<dependency org="jcache" name="jcache" rev="1.0-dev-2"/>
@Grapes(@Grab(group='jcache', module='jcache', version='1.0-dev-2'))
'jcache:jcache:jar:1.0-dev-2'

Download

Click the following link to download the jar file.

jcache-1.0-dev-2.jar
jcache-1.0-dev-2.pom



Related Tutorials