License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesNet Ehcache Data Caching |
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-nonstopcache |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnonstopcache
Ehcache is a widely used, pure Java, in-process, distributed cache
|
Project URL |
Project URL |
Project Organization |
Project OrganizationTerracotta, Inc. |
Filename | Size |
---|---|
ehcache-nonstopcache-1.0.1.pom | |
ehcache-nonstopcache-1.0.1.jar | 64 KB |
ehcache-nonstopcache-1.0.1-sources.jar | 32 KB |
ehcache-nonstopcache-1.0.1-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-nonstopcache/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-nonstopcache</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-nonstopcache/
implementation 'net.sf.ehcache:ehcache-nonstopcache:1.0.1'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-nonstopcache/
implementation ("net.sf.ehcache:ehcache-nonstopcache:1.0.1")
'net.sf.ehcache:ehcache-nonstopcache:jar:1.0.1'
<dependency org="net.sf.ehcache" name="ehcache-nonstopcache" rev="1.0.1">
<artifact name="ehcache-nonstopcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-nonstopcache', version='1.0.1')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-nonstopcache" % "1.0.1"
[net.sf.ehcache/ehcache-nonstopcache "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache-core | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
org.slf4j : slf4j-simple | jar | 1.5.8 |