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.

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

https://repo1.maven.org/maven2/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11.jar

Check for Latest Release

https://mvnrepository.com/artifact/net.sf.ehcache/ehcache-core

Reference

https://mvnrepository.com/artifact/net.sf.ehcache/ehcache-core

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