License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesNet Ehcache Data Caching |
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache |
Last Version | Last Version2.10.9.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionehcache
Ehcache is an open source, standards-based cache used to boost performance,
offload the database and simplify scalability. Ehcache is robust, proven and full-featured and
this has made it the most widely-used Java-based cache.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ehcache-2.10.9.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.10.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/
implementation 'net.sf.ehcache:ehcache:2.10.9.2'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/
implementation ("net.sf.ehcache:ehcache:2.10.9.2")
'net.sf.ehcache:ehcache:pom:2.10.9.2'
<dependency org="net.sf.ehcache" name="ehcache" rev="2.10.9.2">
<artifact name="ehcache" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache', version='2.10.9.2')
)
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.10.9.2"
[net.sf.ehcache/ehcache "2.10.9.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |