License |
License |
---|---|
GroupId | GroupIdorg.smart4j |
ArtifactId | ArtifactIdsmart-cache |
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-2.2.pom | |
smart-cache-2.2.jar | 5 KB |
smart-cache-2.2-sources.jar | 3 KB |
smart-cache-2.2-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smart4j/smart-cache/ -->
<dependency>
<groupId>org.smart4j</groupId>
<artifactId>smart-cache</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.smart4j/smart-cache/
implementation 'org.smart4j:smart-cache:2.2'
// https://jarcasting.com/artifacts/org.smart4j/smart-cache/
implementation ("org.smart4j:smart-cache:2.2")
'org.smart4j:smart-cache:jar:2.2'
<dependency org="org.smart4j" name="smart-cache" rev="2.2">
<artifact name="smart-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smart4j', module='smart-cache', version='2.2')
)
libraryDependencies += "org.smart4j" % "smart-cache" % "2.2"
[org.smart4j/smart-cache "2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
commons-lang : commons-lang | jar | 2.4 |
commons-collections : commons-collections | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |