| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.github.yiyingcanfeng |
| Идентификатор | Идентификаторshiro-redis |
| Последняя версия | Последняя версия3.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеshiro-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!
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |