Categories |
CategoriesNet Ehcache Data Caching |
---|---|
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-parent |
Version | Version2.12 |
Type | Typepom |
Filename | Size |
---|---|
ehcache-parent-2.12.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-parent/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-parent</artifactId>
<version>2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-parent/
implementation 'net.sf.ehcache:ehcache-parent:2.12'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-parent/
implementation ("net.sf.ehcache:ehcache-parent:2.12")
'net.sf.ehcache:ehcache-parent:pom:2.12'
<dependency org="net.sf.ehcache" name="ehcache-parent" rev="2.12">
<artifact name="ehcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-parent', version='2.12')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-parent" % "2.12"
[net.sf.ehcache/ehcache-parent "2.12"]