is not current version
Last Version 2.0.4-okta

com.stormpath.sdk:stormpath-sdk-impl 2.0.0-okta-rc2

The Stormpath Java SDK core implemenation .jar is used at runtime to support API invocations. 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-impl
Version

Version

2.0.0-okta-rc2
Type

Type

jar

Download stormpath-sdk-impl 2.0.0-okta-rc2


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