не последняя версия
Последняя версия 3.3.1

org.crazycake:shiro-redis 1.0.0-RELEASE

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!

Категории

Категории

Redis Данные Базы данных
Группа

Группа

org.crazycake
Идентификатор

Идентификатор

shiro-redis
Версия

Версия

1.0.0-RELEASE
Тип

Тип

jar

Скачать shiro-redis 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/org.crazycake/shiro-redis/ -->
<dependency>
    <groupId>org.crazycake</groupId>
    <artifactId>shiro-redis</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis/
implementation 'org.crazycake:shiro-redis:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis/
implementation ("org.crazycake:shiro-redis:1.0.0-RELEASE")
'org.crazycake:shiro-redis:jar:1.0.0-RELEASE'
<dependency org="org.crazycake" name="shiro-redis" rev="1.0.0-RELEASE">
  <artifact name="shiro-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazycake', module='shiro-redis', version='1.0.0-RELEASE')
)
libraryDependencies += "org.crazycake" % "shiro-redis" % "1.0.0-RELEASE"
[org.crazycake/shiro-redis "1.0.0-RELEASE"]