<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-spring-boot-starter</artifactId>
<version>0.7.0</version>
</dependency>
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-spring-boot-starter" % "0.7.0"
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-spring-boot-starter', version='0.7.0')
)
<dependency org="com.stormpath.shiro" name="stormpath-shiro-spring-boot-starter" rev="0.7.0" />
<parent> <groupId>com.stormpath.shiro</groupId> <artifactId>stormpath-shiro-root</artifactId> <version>0.7.0</version> </parent>
compile
|-- com.stormpath.shiro:shiro-spring-boot-starter
|-- com.stormpath.shiro:stormpath-shiro-core
|-- com.stormpath.shiro:shiro-spring-config
|-- 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