License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcn.easyproject |
ArtifactId | ArtifactIdeasyshiro-redis-cache |
Version | Version2.6.0-RELEASE |
Type | Typejar |
Description |
Descriptioneasyshiro-redis-cache
An implement of redis cache can be used by shiro, Support Jedis direct connect and Spring-Data-Redis RedisTemplate.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easyshiro-redis-cache/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easyshiro-redis-cache</artifactId>
<version>2.6.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easyshiro-redis-cache/
implementation 'cn.easyproject:easyshiro-redis-cache:2.6.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easyshiro-redis-cache/
implementation ("cn.easyproject:easyshiro-redis-cache:2.6.0-RELEASE")
'cn.easyproject:easyshiro-redis-cache:jar:2.6.0-RELEASE'
<dependency org="cn.easyproject" name="easyshiro-redis-cache" rev="2.6.0-RELEASE">
<artifact name="easyshiro-redis-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easyshiro-redis-cache', version='2.6.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easyshiro-redis-cache" % "2.6.0-RELEASE"
[cn.easyproject/easyshiro-redis-cache "2.6.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-redis | jar | 1.8.9.RELEASE |
redis.clients : jedis | jar | 2.9.0 |
org.slf4j : slf4j-api | jar | 1.7.2 |
org.apache.shiro : shiro-core | jar | 1.2.6 |
org.apache.shiro : shiro-web | jar | 1.2.6 |
org.apache.shiro : shiro-spring | jar | 1.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.7 |
commons-logging : commons-logging | jar | 1.1.2 |