is not current version
Last Version 2.0.4-okta

com.stormpath.sdk:stormpath-sdk-impl 1.2.3

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

1.2.3
Type

Type

jar

Download stormpath-sdk-impl 1.2.3


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