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