<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-spring-boot-starter</artifactId>
<version>0.8.0-RC1</version>
</dependency>
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-spring-boot-starter" % "0.8.0-RC1"
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-spring-boot-starter', version='0.8.0-RC1')
)
<dependency org="com.stormpath.shiro" name="stormpath-shiro-spring-boot-starter" rev="0.8.0-RC1" />
<parent> <groupId>com.stormpath.shiro</groupId> <artifactId>stormpath-shiro-root</artifactId> <version>0.8.0-RC1</version> </parent>
compile
|-- org.apache.shiro:shiro-spring-boot-starter
|-- 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-spring-boot-starter
runtime
|-- com.stormpath.sdk:stormpath-sdk-httpclient
test
|-- org.springframework.boot:spring-boot-test