Download stormpath-sdk-httpclient-2.0.0-okta-rc2.jar file - Jar s

Jar examples for s:stormpath-sdk-httpclient

Description

The Stormpath Java SDK HTTP Client implementation .jar is used at runtime to make HTTP calls to Stormpath's REST API using the Apache Http Client library. 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-httpclient 2.0.0-okta-rc2 in this page.

License

Apache License

Build File

You can use the following script to add stormpath-sdk-httpclient-2.0.0-okta-rc2.jar to your project.

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

Download

Click the following link to download the jar file.

stormpath-sdk-httpclient-2.0.0-okta-rc2-javadoc.jar
stormpath-sdk-httpclient-2.0.0-okta-rc2-sources.jar
stormpath-sdk-httpclient-2.0.0-okta-rc2-tests.jar
stormpath-sdk-httpclient-2.0.0-okta-rc2.jar
stormpath-sdk-httpclient-2.0.0-okta-rc2.pom



Related Tutorials