License |
License |
---|---|
Categories |
CategoriesEhcache Data Caching |
GroupId | GroupIdorg.smart4j |
ArtifactId | ArtifactIdsmart-cache-ehcache |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmart is a lightweight Java Web Framework and reusable components.
|
Project URL |
Project URL |
Filename | Size |
---|---|
smart-cache-ehcache-2.2.pom | |
smart-cache-ehcache-2.2.jar | 5 KB |
smart-cache-ehcache-2.2-sources.jar | 2 KB |
smart-cache-ehcache-2.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smart4j/smart-cache-ehcache/ -->
<dependency>
<groupId>org.smart4j</groupId>
<artifactId>smart-cache-ehcache</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.smart4j/smart-cache-ehcache/
implementation 'org.smart4j:smart-cache-ehcache:2.2'
// https://jarcasting.com/artifacts/org.smart4j/smart-cache-ehcache/
implementation ("org.smart4j:smart-cache-ehcache:2.2")
'org.smart4j:smart-cache-ehcache:jar:2.2'
<dependency org="org.smart4j" name="smart-cache-ehcache" rev="2.2">
<artifact name="smart-cache-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smart4j', module='smart-cache-ehcache', version='2.2')
)
libraryDependencies += "org.smart4j" % "smart-cache-ehcache" % "2.2"
[org.smart4j/smart-cache-ehcache "2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
net.sf.ehcache : ehcache | jar | 2.8.1 |
commons-lang : commons-lang | jar | 2.4 |
org.smart4j : smart-cache | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |