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