is not current version
Last Version 2.6.11

net.sf.ehcache:ehcache-core 2.6.6

This is the ehcache core module. Pair it with other modules for added functionality.

Categories

Categories

Net Ehcache Data Caching
GroupId

GroupId

net.sf.ehcache
ArtifactId

ArtifactId

ehcache-core
Version

Version

2.6.6
Type

Type

jar

Download ehcache-core 2.6.6


<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-core/ -->
<dependency>
    <groupId>net.sf.ehcache</groupId>
    <artifactId>ehcache-core</artifactId>
    <version>2.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-core/
implementation 'net.sf.ehcache:ehcache-core:2.6.6'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-core/
implementation ("net.sf.ehcache:ehcache-core:2.6.6")
'net.sf.ehcache:ehcache-core:jar:2.6.6'
<dependency org="net.sf.ehcache" name="ehcache-core" rev="2.6.6">
  <artifact name="ehcache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-core', version='2.6.6')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-core" % "2.6.6"
[net.sf.ehcache/ehcache-core "2.6.6"]