Download shiro-redis-2.4.2.1-RELEASE.jar file - Jar s

Jar examples for s:shiro-redis

Description

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!

You can download jar file shiro-redis 2.4.2.1-RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add shiro-redis-2.4.2.1-RELEASE.jar to your project.

<dependency>
   <groupId>org.crazycake</groupId>
   <artifactId>shiro-redis</artifactId>
   <version>2.4.2.1-RELEASE</version>
</dependency>
compile group: 'org.crazycake', name: 'shiro-redis', version: '2.4.2.1-RELEASE'
libraryDependencies += "org.crazycake" % "shiro-redis" % "2.4.2.1-RELEASE"
<dependency org="org.crazycake" name="shiro-redis" rev="2.4.2.1-RELEASE"/>
@Grapes(@Grab(group='org.crazycake', module='shiro-redis', version='2.4.2.1-RELEASE'))
'org.crazycake:shiro-redis:jar:2.4.2.1-RELEASE'

Download

Click the following link to download the jar file.

shiro-redis-2.4.2.1-RELEASE-javadoc.jar
shiro-redis-2.4.2.1-RELEASE-sources.jar
shiro-redis-2.4.2.1-RELEASE.jar
shiro-redis-2.4.2.1-RELEASE.pom



Related Tutorials