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