is not current version
Last Version 2.0.4-okta

com.stormpath.sdk:stormpath-sdk-oauth 1.5.5

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.

Categories

Categories

ORM Data
GroupId

GroupId

com.stormpath.sdk
ArtifactId

ArtifactId

stormpath-sdk-oauth
Version

Version

1.5.5
Type

Type

jar

Download stormpath-sdk-oauth 1.5.5


<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-oauth/ -->
<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-oauth</artifactId>
    <version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-oauth/
implementation 'com.stormpath.sdk:stormpath-sdk-oauth:1.5.5'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-oauth/
implementation ("com.stormpath.sdk:stormpath-sdk-oauth:1.5.5")
'com.stormpath.sdk:stormpath-sdk-oauth:jar:1.5.5'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-oauth" rev="1.5.5">
  <artifact name="stormpath-sdk-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-oauth', version='1.5.5')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-oauth" % "1.5.5"
[com.stormpath.sdk/stormpath-sdk-oauth "1.5.5"]