MVN

javax.cache.implementation : cache-annotations-ri

Maven & Gradle

Mar 13, 2012

JSR107 Annotations RI

<dependency>
    <groupId>javax.cache.implementation</groupId>
    <artifactId>cache-annotations-ri</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.cache.implementation : cache-annotations-ri to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of javax.cache.implementation : cache-annotations-ri to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
cache-annotations-ri-0.5
0.4
cache-annotations-ri-0.4
0.3
cache-annotations-ri-0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>javax.cache.implementation</groupId>
    <artifactId>cache-annotations-ri</artifactId>
    <version>0.5</version>
</dependency>