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