License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesNet Ehcache Data Caching |
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-site |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEhcache Site
Ehcache is a widely used, pure Java, distributed in-process cache
|
Filename | Size |
---|---|
ehcache-site-1.4.0.pom | |
ehcache-site-1.4.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-site/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-site</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-site/
implementation 'net.sf.ehcache:ehcache-site:1.4.0'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-site/
implementation ("net.sf.ehcache:ehcache-site:1.4.0")
'net.sf.ehcache:ehcache-site:jar:1.4.0'
<dependency org="net.sf.ehcache" name="ehcache-site" rev="1.4.0">
<artifact name="ehcache-site" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-site', version='1.4.0')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-site" % "1.4.0"
[net.sf.ehcache/ehcache-site "1.4.0"]