s

stormpath-sdk-api

The Stormpath Java SDK API .jar provides a Java API that your code can use to make calls to the Stormpath API. This .jar is the only compile-time dependency within the Stormpath SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
Files download
File Operation
stormpath-sdk-api-1.1.4.jar download
stormpath-sdk-api-1.1.4.pom download
stormpath-sdk-api-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stormpath.sdk</groupId>
  <artifactId>stormpath-sdk-api</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.stormpath.sdk:stormpath-sdk-api:1.1.4'
Gradle Kotlin
implementation("com.stormpath.sdk:stormpath-sdk-api:1.1.4")
Scala SBT
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-api" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.sdk', module='stormpath-sdk-api', version='1.1.4')
)
Apache Ivy
<dependency org="com.stormpath.sdk" name="stormpath-sdk-api" rev="1.1.4" />
Leiningen
[com.stormpath.sdk/stormpath-sdk-api "1.1.4"]
Apache Buildr
'com.stormpath.sdk:stormpath-sdk-api:jar:1.1.4'