License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.yiyingcanfeng |
ArtifactId | ArtifactIdshiro-redis |
Last Version | Last Version3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionshiro-redis
shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shiro-redis-3.5.pom | |
shiro-redis-3.5.jar | 37 KB |
shiro-redis-3.5-sources.jar | 22 KB |
shiro-redis-3.5-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yiyingcanfeng/shiro-redis/ -->
<dependency>
<groupId>com.github.yiyingcanfeng</groupId>
<artifactId>shiro-redis</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiyingcanfeng/shiro-redis/
implementation 'com.github.yiyingcanfeng:shiro-redis:3.5'
// https://jarcasting.com/artifacts/com.github.yiyingcanfeng/shiro-redis/
implementation ("com.github.yiyingcanfeng:shiro-redis:3.5")
'com.github.yiyingcanfeng:shiro-redis:jar:3.5'
<dependency org="com.github.yiyingcanfeng" name="shiro-redis" rev="3.5">
<artifact name="shiro-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiyingcanfeng', module='shiro-redis', version='3.5')
)
libraryDependencies += "com.github.yiyingcanfeng" % "shiro-redis" % "3.5"
[com.github.yiyingcanfeng/shiro-redis "3.5"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 3.5.0 |
io.lettuce : lettuce-core | jar | 6.0.2.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.shiro : shiro-core | jar | 1.7.0 |
de.ruedigermoeller : fst | jar | 2.56 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
commons-logging : commons-logging | jar | 1.2 |
org.mockito : mockito-core | jar | 3.7.7 |
com.github.javafaker : javafaker | jar | 1.0.2 |
org.hamcrest : hamcrest | jar | 2.2 |