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