Download jcache-2.3.5.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 2.3.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.github.ben-manes.caffeine</groupId>
   <artifactId>jcache</artifactId>
   <version>2.3.5</version>
</dependency>
compile group: 'com.github.ben-manes.caffeine', name: 'jcache', version: '2.3.5'
libraryDependencies += "com.github.ben-manes.caffeine" % "jcache" % "2.3.5"
<dependency org="com.github.ben-manes.caffeine" name="jcache" rev="2.3.5"/>
@Grapes(@Grab(group='com.github.ben-manes.caffeine', module='jcache', version='2.3.5'))
'com.github.ben-manes.caffeine:jcache:jar:2.3.5'

Download

Click the following link to download the jar file.

jcache-2.3.5-javadoc.jar
jcache-2.3.5-sources.jar
jcache-2.3.5-tests.jar
jcache-2.3.5.jar
jcache-2.3.5.pom



Related Tutorials