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

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

Description

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials