Download stormpath-sdk-impl-1.5.5.jar file - Jar s

Jar examples for s:stormpath-sdk-impl

Description

The Stormpath Java SDK core implemenation .jar is used at runtime to support API invocations. 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-impl 1.5.5 in this page.

License

Apache License

Build File

You can use the following script to add stormpath-sdk-impl-1.5.5.jar to your project.

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

Download

Click the following link to download the jar file.

stormpath-sdk-impl-1.5.5-javadoc.jar
stormpath-sdk-impl-1.5.5-sources.jar
stormpath-sdk-impl-1.5.5-tests.jar
stormpath-sdk-impl-1.5.5.jar
stormpath-sdk-impl-1.5.5.pom



Related Tutorials