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