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