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

Jar examples for s:stormpath-sdk-oauth

Description

The Stormpath Java OAUTH HTTP implementation .jar is used at runtime.. This implementation jar should be a runtime dependency only and should NOT be depended on at compile time by your code. The implementations within this jar can change at any time without warning - use it with runtime scope only.

You can download jar file stormpath-sdk-oauth 1.0.RC9.2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials