Download cache-annotations-ri-common-0.5.jar file - Jar c

Jar examples for c:cache-annotations-ri-common

Description

You can download jar file cache-annotations-ri-common 0.5 in this page.

Build File

You can use the following script to add cache-annotations-ri-common-0.5.jar to your project.

<dependency>
   <groupId>javax.cache.implementation</groupId>
   <artifactId>cache-annotations-ri-common</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'javax.cache.implementation', name: 'cache-annotations-ri-common', version: '0.5'
libraryDependencies += "javax.cache.implementation" % "cache-annotations-ri-common" % "0.5"
<dependency org="javax.cache.implementation" name="cache-annotations-ri-common" rev="0.5"/>
@Grapes(@Grab(group='javax.cache.implementation', module='cache-annotations-ri-common', version='0.5'))
'javax.cache.implementation:cache-annotations-ri-common:jar:0.5'

Download

Click the following link to download the jar file.

cache-annotations-ri-common-0.5-javadoc.jar
cache-annotations-ri-common-0.5-sources.jar
cache-annotations-ri-common-0.5.jar
cache-annotations-ri-common-0.5.pom



Related Tutorials