s

stormpath-sdk-root

The Stormpath Java SDK enables JVM-based applications to easily interact with Stormpath's REST API.
https://github.com/stormpath/stormpath-sdk-java
Apache License, Version 2.0
Les Hazlewood Jeff Wysong Elder Crisostomo
Files download
File Operation
stormpath-sdk-root-0.6.0.pom download
Apache Maven
<dependency>
  <groupId>com.stormpath.sdk</groupId>
  <artifactId>stormpath-sdk-root</artifactId>
  <version>0.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.stormpath.sdk:stormpath-sdk-root:0.6.0'
Gradle Kotlin
implementation("com.stormpath.sdk:stormpath-sdk-root:0.6.0")
Scala SBT
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-root" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.sdk', module='stormpath-sdk-root', version='0.6.0')
)
Apache Ivy
<dependency org="com.stormpath.sdk" name="stormpath-sdk-root" rev="0.6.0" />
Leiningen
[com.stormpath.sdk/stormpath-sdk-root "0.6.0"]
Apache Buildr
'com.stormpath.sdk:stormpath-sdk-root:jar:0.6.0'