s

stormpath-spring-parent

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