s

stormpath-spring-boot-starter

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