Files download
File Operation
shiro-redisson-spring-boot-1.0.8.pom download
Apache Maven
<dependency>
  <groupId>com.github.fartherp.spring.boot</groupId>
  <artifactId>shiro-redisson-spring-boot</artifactId>
  <version>1.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fartherp.spring.boot:shiro-redisson-spring-boot:1.0.8'
Gradle Kotlin
implementation("com.github.fartherp.spring.boot:shiro-redisson-spring-boot:1.0.8")
Scala SBT
libraryDependencies += "com.github.fartherp.spring.boot" % "shiro-redisson-spring-boot" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fartherp.spring.boot', module='shiro-redisson-spring-boot', version='1.0.8')
)
Apache Ivy
<dependency org="com.github.fartherp.spring.boot" name="shiro-redisson-spring-boot" rev="1.0.8" />
Leiningen
[com.github.fartherp.spring.boot/shiro-redisson-spring-boot "1.0.8"]
Apache Buildr
'com.github.fartherp.spring.boot:shiro-redisson-spring-boot:jar:1.0.8'