Ehcache Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

End-user ehcache3 jar artifact

Ehcache Maven Dependency

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>

Ehcache Gradle 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'

Download JAR File

https://repo1.maven.org/maven2/org/ehcache/ehcache/3.8.1/ehcache-3.8.1.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.ehcache/ehcache

Reference

https://mvnrepository.com/artifact/org.ehcache/ehcache

⚠️ **GitHub.com Fallback** ⚠️