Ehcache Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
End-user ehcache3 jar artifact
Copy below Ehcache maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.ehcache/ehcache -->
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>3.8.1</version>
</dependency>
Copy below Ehcache gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.ehcache/ehcache
compile group: 'org.ehcache', name: 'ehcache', version: '3.8.1'
https://repo1.maven.org/maven2/org/ehcache/ehcache/3.8.1/ehcache-3.8.1.jar