<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-spring-boot-web-starter</artifactId>
<version>0.7.1</version>
</dependency>
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-spring-boot-web-starter" % "0.7.1"
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-spring-boot-web-starter', version='0.7.1')
)
<dependency org="com.stormpath.shiro" name="stormpath-shiro-spring-boot-web-starter" rev="0.7.1" />
<parent> <groupId>com.stormpath.shiro</groupId> <artifactId>stormpath-shiro-spring-parent</artifactId> <version>0.7.1</version> </parent>
compile
|-- com.stormpath.shiro:shiro-spring-boot-web-starter
|-- com.stormpath.shiro:stormpath-shiro-servlet
|-- com.stormpath.shiro:shiro-spring-config-web
|-- com.stormpath.shiro:stormpath-shiro-core
|-- com.stormpath.spring:stormpath-spring
|-- com.stormpath.sdk:stormpath-sdk-api
|-- com.stormpath.sdk:stormpath-sdk-impl
|-- com.stormpath.spring:stormpath-webmvc-spring-boot-starter
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework:spring-core
provided
|-- javax.servlet:javax.servlet-api
runtime
|-- com.stormpath.sdk:stormpath-sdk-httpclient
test
|-- org.springframework.boot:spring-boot-test