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