Jar examples for s:stormpath-sdk-api
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.
You can download jar file stormpath-sdk-api 0.6.0 in this page.
Apache License
You can use the following script to add stormpath-sdk-api-0.6.0.jar to your project.
<dependency> <groupId>com.stormpath.sdk</groupId> <artifactId>stormpath-sdk-api</artifactId> <version>0.6.0</version> </dependency>
compile group: 'com.stormpath.sdk', name: 'stormpath-sdk-api', version: '0.6.0'
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-api" % "0.6.0"
<dependency org="com.stormpath.sdk" name="stormpath-sdk-api" rev="0.6.0"/>
@Grapes(@Grab(group='com.stormpath.sdk', module='stormpath-sdk-api', version='0.6.0'))
'com.stormpath.sdk:stormpath-sdk-api:jar:0.6.0'
Click the following link to download the jar file.
stormpath-sdk-api-0.6.0-javadoc.jar