Ehcache Core Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
This is the ehcache core module. Pair it with other modules for added functionality.
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>
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'
https://repo1.maven.org/maven2/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11.jar
https://mvnrepository.com/artifact/net.sf.ehcache/ehcache-core
https://mvnrepository.com/artifact/net.sf.ehcache/ehcache-core