MVN

org.ehcache : jcache

Maven & Gradle

Dec 05, 2014
46 usages
90 stars

Ehcache JCache Implementation · Ehcache's wrapper implementation of JSR107 - JCACHE.

<dependency>
    <groupId>org.ehcache</groupId>
    <artifactId>jcache</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ehcache : jcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.ehcache : jcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jcache-1.0.1
jcache-1.0.0

How to add a dependency to Maven

Add the following org.ehcache : jcache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ehcache</groupId>
    <artifactId>jcache</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ehcache : jcache gradle dependency to your build.gradle file:

implementation 'org.ehcache:jcache:1.0.1'

Gradle Kotlin DSL: Add the following org.ehcache : jcache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ehcache:jcache:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ehcache : jcache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ehcache" % "jcache" % "1.0.1"

Advertisement

Dependencies from Group

Feb 15, 2023
408 usages
1.9k stars
Feb 15, 2023
48 usages
1.9k stars
Dec 05, 2014
46 usages
90 stars
Feb 15, 2023
35 usages
1.9k stars
Jul 14, 2022
13 usages
95 stars

Discover Dependencies

Sep 20, 2005
Aug 13, 2013
3 usages
45 stars
Jan 10, 2014
3 usages
Sep 02, 2014
7 usages
Feb 24, 2015
83 stars