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