| License |
License |
|---|---|
| Categories |
CategoriesNet Ehcache Data Caching |
| GroupId | GroupIdnet.sf.ehcache |
| ArtifactId | ArtifactIdehcache-root |
| Last Version | Last Version2.10.9.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionehcache-root
Ehcache is a widely used, pure Java, in-process, distributed cache
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ehcache-root-2.10.9.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-root/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-root</artifactId>
<version>2.10.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-root/
implementation 'net.sf.ehcache:ehcache-root:2.10.9.2'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-root/
implementation ("net.sf.ehcache:ehcache-root:2.10.9.2")
'net.sf.ehcache:ehcache-root:pom:2.10.9.2'
<dependency org="net.sf.ehcache" name="ehcache-root" rev="2.10.9.2">
<artifact name="ehcache-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-root', version='2.10.9.2')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-root" % "2.10.9.2"
[net.sf.ehcache/ehcache-root "2.10.9.2"]