is not current version
Last Version 2.25

net.sf.ehcache:ehcache-parent 2.2

Ehcache is a widely used, pure Java, in-process, distributed cache

Categories

Categories

Net Ehcache Data Caching
GroupId

GroupId

net.sf.ehcache
ArtifactId

ArtifactId

ehcache-parent
Version

Version

2.2
Type

Type

pom

Download ehcache-parent 2.2

Filename Size
ehcache-parent-2.2.pom 19 KB
Browse

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