is not current version
Last Version 2.0.4-okta

com.stormpath.sdk:stormpath-sdk-httpclient 0.9.3

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.

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

com.stormpath.sdk
ArtifactId

ArtifactId

stormpath-sdk-httpclient
Version

Version

0.9.3
Type

Type

jar

Download stormpath-sdk-httpclient 0.9.3


<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/ -->
<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-httpclient</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/
implementation 'com.stormpath.sdk:stormpath-sdk-httpclient:0.9.3'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-httpclient/
implementation ("com.stormpath.sdk:stormpath-sdk-httpclient:0.9.3")
'com.stormpath.sdk:stormpath-sdk-httpclient:jar:0.9.3'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-httpclient" rev="0.9.3">
  <artifact name="stormpath-sdk-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-httpclient', version='0.9.3')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-httpclient" % "0.9.3"
[com.stormpath.sdk/stormpath-sdk-httpclient "0.9.3"]