is not current version
Last Version 2.10.9.2

net.sf.ehcache:ehcache 1.7.2

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.2
Type

Type

pom

Download ehcache 1.7.2

Filename Size
ehcache-1.7.2.pom 3 KB
Browse

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