s

stormpath-sdk-impl

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.
Files download
File Operation
stormpath-sdk-impl-1.1.1.jar download
stormpath-sdk-impl-1.1.1.pom download
stormpath-sdk-impl-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stormpath.sdk</groupId>
  <artifactId>stormpath-sdk-impl</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.stormpath.sdk:stormpath-sdk-impl:1.1.1'
Gradle Kotlin
implementation("com.stormpath.sdk:stormpath-sdk-impl:1.1.1")
Scala SBT
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-impl" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.sdk', module='stormpath-sdk-impl', version='1.1.1')
)
Apache Ivy
<dependency org="com.stormpath.sdk" name="stormpath-sdk-impl" rev="1.1.1" />
Leiningen
[com.stormpath.sdk/stormpath-sdk-impl "1.1.1"]
Apache Buildr
'com.stormpath.sdk:stormpath-sdk-impl:jar:1.1.1'