is not current version
Last Version 2.0.4-okta

com.stormpath.sdk:stormpath-sdk-api 0.9.3

The Stormpath Java SDK API .jar provides a Java API that your code can use to make calls to the Stormpath API. This .jar is the only compile-time dependency within the Stormpath SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

Categories

Categories

ORM Data
GroupId

GroupId

com.stormpath.sdk
ArtifactId

ArtifactId

stormpath-sdk-api
Version

Version

0.9.3
Type

Type

jar

Download stormpath-sdk-api 0.9.3


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