is not current version
Last Version 2.0.4-okta

com.stormpath.sdk:stormpath-sdk-impl 0.4.0

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

0.4.0
Type

Type

jar

Download stormpath-sdk-impl 0.4.0


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