MVN

ehcache : ehcache

Maven & Gradle

Nov 28, 2006
50 usages
<dependency>
    <groupId>ehcache</groupId>
    <artifactId>ehcache</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.3

All Versions

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

Version Vulnerabilities Updated
1.2.x
ehcache-1.2.3
1.2
ehcache-1.2
1.1
ehcache-1.1
1.2beta4
ehcache-1.2beta4
1.0
ehcache-1.0
0.9
ehcache-0.9
0.7
ehcache-0.7
0.6
ehcache-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>ehcache</groupId>
    <artifactId>ehcache</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ehcache:ehcache:1.2.3'

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

implementation("ehcache:ehcache:1.2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "ehcache" % "ehcache" % "1.2.3"

Advertisement