s

stormpath-spring-boot-starter

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