s

stormpath-sdk-oauth

The Stormpath Java OAUTH HTTP implementation .jar is used at runtime.. This implementation jar should be a runtime dependency only and should NOT be depended on at compile time by your code. The implementations within this jar can change at any time without warning - use it with runtime scope only.
Files download
File Operation
stormpath-sdk-oauth-2.0.0-okta-rc2.jar download
stormpath-sdk-oauth-2.0.0-okta-rc2.pom download
stormpath-sdk-oauth-2.0.0-okta-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stormpath.sdk</groupId>
  <artifactId>stormpath-sdk-oauth</artifactId>
  <version>2.0.0-okta-rc2</version>
</dependency>
Gradle Groovy
implementation 'com.stormpath.sdk:stormpath-sdk-oauth:2.0.0-okta-rc2'
Gradle Kotlin
implementation("com.stormpath.sdk:stormpath-sdk-oauth:2.0.0-okta-rc2")
Scala SBT
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-oauth" % "2.0.0-okta-rc2"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.sdk', module='stormpath-sdk-oauth', version='2.0.0-okta-rc2')
)
Apache Ivy
<dependency org="com.stormpath.sdk" name="stormpath-sdk-oauth" rev="2.0.0-okta-rc2" />
Leiningen
[com.stormpath.sdk/stormpath-sdk-oauth "2.0.0-okta-rc2"]
Apache Buildr
'com.stormpath.sdk:stormpath-sdk-oauth:jar:2.0.0-okta-rc2'