Categories |
CategoriesNet Ehcache Data Caching |
---|---|
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-jcache-parent |
Last Version | Last Version1.5.0-0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEhcache JCache Parent Pom
Parent project for Ehcache's implementation of JSR107 - JCACHE.
|
Filename | Size |
---|---|
ehcache-jcache-parent-1.5.0-0.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jcache-parent/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-jcache-parent</artifactId>
<version>1.5.0-0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jcache-parent/
implementation 'net.sf.ehcache:ehcache-jcache-parent:1.5.0-0.5'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jcache-parent/
implementation ("net.sf.ehcache:ehcache-jcache-parent:1.5.0-0.5")
'net.sf.ehcache:ehcache-jcache-parent:pom:1.5.0-0.5'
<dependency org="net.sf.ehcache" name="ehcache-jcache-parent" rev="1.5.0-0.5">
<artifact name="ehcache-jcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-jcache-parent', version='1.5.0-0.5')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-jcache-parent" % "1.5.0-0.5"
[net.sf.ehcache/ehcache-jcache-parent "1.5.0-0.5"]