MVN

com.jwebmp.thirdparty.jcache : cache-api

Maven & Gradle

Aug 09, 2019
5 usages
1 stars

JSR107 API and SPI

<dependency>
    <groupId>com.jwebmp.thirdparty.jcache</groupId>
    <artifactId>cache-api</artifactId>
    <version>0.68.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jwebmp.thirdparty.jcache : cache-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.68.0.1

All Versions

Choose a version of com.jwebmp.thirdparty.jcache : cache-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • cache-api-0.68.0.1

    Aug 09, 2019
  • cache-api-0.67.0.16

    Jul 15, 2019
  • cache-api-0.67.0.15

    Jul 10, 2019
  • cache-api-0.67.0.12

    May 26, 2019

How to add a dependency to Maven

Add the following com.jwebmp.thirdparty.jcache : cache-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jwebmp.thirdparty.jcache</groupId>
    <artifactId>cache-api</artifactId>
    <version>0.68.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jwebmp.thirdparty.jcache : cache-api gradle dependency to your build.gradle file:

implementation 'com.jwebmp.thirdparty.jcache:cache-api:0.68.0.1'

Gradle Kotlin DSL: Add the following com.jwebmp.thirdparty.jcache : cache-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jwebmp.thirdparty.jcache:cache-api:0.68.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jwebmp.thirdparty.jcache : cache-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jwebmp.thirdparty.jcache" % "cache-api" % "0.68.0.1"