Categories |
CategoriesNet Ehcache Data Caching |
---|---|
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-parent |
Version | Version1.3.0-beta2 |
Type | Typepom |
Filename | Size |
---|---|
ehcache-parent-1.3.0-beta2.pom | 14 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-beta2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-parent/
implementation 'net.sf.ehcache:ehcache-parent:1.3.0-beta2'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-parent/
implementation ("net.sf.ehcache:ehcache-parent:1.3.0-beta2")
'net.sf.ehcache:ehcache-parent:pom:1.3.0-beta2'
<dependency org="net.sf.ehcache" name="ehcache-parent" rev="1.3.0-beta2">
<artifact name="ehcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-parent', version='1.3.0-beta2')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-parent" % "1.3.0-beta2"
[net.sf.ehcache/ehcache-parent "1.3.0-beta2"]