Download stormpath-sdk-api-0.4.1.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 0.4.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

stormpath-sdk-api-0.4.1-javadoc.jar
stormpath-sdk-api-0.4.1-sources.jar
stormpath-sdk-api-0.4.1.jar
stormpath-sdk-api-0.4.1.pom



Related Tutorials