MVN

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

Maven & Gradle

May 10, 2019
14 usages

JSR107 Annotations RI Guice Support

<dependency>
    <groupId>org.jsr107.ri</groupId>
    <artifactId>cache-annotations-ri-guice</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-guice 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-guice to add to Maven or Gradle - All Versions:

  • Version Updated
  • cache-annotations-ri-guice-1.1.1

    May 10, 2019
  • cache-annotations-ri-guice-1.1.0

    Dec 16, 2017
  • cache-annotations-ri-guice-1.0.0

    Mar 28, 2014
  • cache-annotations-ri-guice-1.0.0-RC1

    Dec 29, 2013
  • cache-annotations-ri-guice-0.8

    Jun 25, 2013
  • cache-annotations-ri-guice-0.7

    Apr 18, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jsr107.ri</groupId>
    <artifactId>cache-annotations-ri-guice</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-guice gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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