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-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.stormpath.sdk</groupId>
  <artifactId>stormpath-sdk-root</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.stormpath.sdk:stormpath-sdk-root:1.1.1'
Gradle Kotlin
implementation("com.stormpath.sdk:stormpath-sdk-root:1.1.1")
Scala SBT
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-root" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.sdk', module='stormpath-sdk-root', version='1.1.1')
)
Apache Ivy
<dependency org="com.stormpath.sdk" name="stormpath-sdk-root" rev="1.1.1" />
Leiningen
[com.stormpath.sdk/stormpath-sdk-root "1.1.1"]
Apache Buildr
'com.stormpath.sdk:stormpath-sdk-root:jar:1.1.1'