is not current version
Last Version 2.25

net.sf.ehcache:ehcache-parent 1.3.0

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

Categories

Categories

Net Ehcache Data Caching
GroupId

GroupId

net.sf.ehcache
ArtifactId

ArtifactId

ehcache-parent
Version

Version

1.3.0
Type

Type

pom

Download ehcache-parent 1.3.0

Filename Size
ehcache-parent-1.3.0.pom 16 KB
Browse

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