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