MVN

org.jsr107.ri : cache-annotations-ri-spring

Maven & Gradle

May 10, 2019
1 usages

JSR107 Annotations RI Spring Support

<dependency>
    <groupId>org.jsr107.ri</groupId>
    <artifactId>cache-annotations-ri-spring</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsr107.ri : cache-annotations-ri-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of org.jsr107.ri : cache-annotations-ri-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cache-annotations-ri-spring-1.1.1
cache-annotations-ri-spring-1.1.0
1.0.x
cache-annotations-ri-spring-1.0.0
cache-annotations-ri-spring-1.0.0-RC1
0.8
cache-annotations-ri-spring-0.8
0.7
cache-annotations-ri-spring-0.7

How to add a dependency to Maven

Add the following org.jsr107.ri : cache-annotations-ri-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsr107.ri</groupId>
    <artifactId>cache-annotations-ri-spring</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsr107.ri : cache-annotations-ri-spring gradle dependency to your build.gradle file:

implementation 'org.jsr107.ri:cache-annotations-ri-spring:1.1.1'

Gradle Kotlin DSL: Add the following org.jsr107.ri : cache-annotations-ri-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsr107.ri:cache-annotations-ri-spring:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsr107.ri : cache-annotations-ri-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsr107.ri" % "cache-annotations-ri-spring" % "1.1.1"