This is the Ehcache core module. Pair it with other modules for added functionality.
For more details about the proper version to use, check out the following Maven Central link.
Ehcache Core Maven Dependency
Copy below Ehcache Core maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/net.sf.ehcache/ehcache-core -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.6.11</version>
</dependency>
Ehcache Core Gradle Dependency
Copy below Ehcache Core gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/net.sf.ehcache/ehcache-core
compile group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.6.11'
Download JAR File
Check for Latest Release
Reference
Free Spring Boot Tutorial - 5 Hours Full Course
Watch this course on YouTube at Spring Boot Tutorial | Fee 5 Hours Full Course