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