Download stormpath-sdk-api-1.0.RC9.2.jar file - Jar s

Jar examples for s:stormpath-sdk-api

Description

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.0.RC9.2 in this page.

License

Apache License

Build File

You can use the following script to add stormpath-sdk-api-1.0.RC9.2.jar to your project.

<dependency>
   <groupId>com.stormpath.sdk</groupId>
   <artifactId>stormpath-sdk-api</artifactId>
   <version>1.0.RC9.2</version>
</dependency>
compile group: 'com.stormpath.sdk', name: 'stormpath-sdk-api', version: '1.0.RC9.2'
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-api" % "1.0.RC9.2"
<dependency org="com.stormpath.sdk" name="stormpath-sdk-api" rev="1.0.RC9.2"/>
@Grapes(@Grab(group='com.stormpath.sdk', module='stormpath-sdk-api', version='1.0.RC9.2'))
'com.stormpath.sdk:stormpath-sdk-api:jar:1.0.RC9.2'

Download

Click the following link to download the jar file.

stormpath-sdk-api-1.0.RC9.2-javadoc.jar
stormpath-sdk-api-1.0.RC9.2-sources.jar
stormpath-sdk-api-1.0.RC9.2-tests.jar
stormpath-sdk-api-1.0.RC9.2.jar
stormpath-sdk-api-1.0.RC9.2.pom



Related Tutorials