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'
Comments
Post a Comment