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

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

Description

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials