is not current version
Last Version 2.10.9.2

net.sf.ehcache:ehcache 1.7.0-beta

This is an ehcache pom module which provides commonly used modules

Categories

Categories

Net Ehcache Data Caching
GroupId

GroupId

net.sf.ehcache
ArtifactId

ArtifactId

ehcache
Version

Version

1.7.0-beta
Type

Type

pom

Download ehcache 1.7.0-beta

Filename Size
ehcache-1.7.0-beta.pom 3 KB
Browse

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