s

stormpath-spring-parent

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