s

stormpath-sdk-httpclient

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.
Files download
File Operation
stormpath-sdk-httpclient-2.0.4-okta.jar download
stormpath-sdk-httpclient-2.0.4-okta.pom download
stormpath-sdk-httpclient-2.0.4-okta-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stormpath.sdk</groupId>
  <artifactId>stormpath-sdk-httpclient</artifactId>
  <version>2.0.4-okta</version>
</dependency>
Gradle Groovy
implementation 'com.stormpath.sdk:stormpath-sdk-httpclient:2.0.4-okta'
Gradle Kotlin
implementation("com.stormpath.sdk:stormpath-sdk-httpclient:2.0.4-okta")
Scala SBT
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-httpclient" % "2.0.4-okta"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.sdk', module='stormpath-sdk-httpclient', version='2.0.4-okta')
)
Apache Ivy
<dependency org="com.stormpath.sdk" name="stormpath-sdk-httpclient" rev="2.0.4-okta" />
Leiningen
[com.stormpath.sdk/stormpath-sdk-httpclient "2.0.4-okta"]
Apache Buildr
'com.stormpath.sdk:stormpath-sdk-httpclient:jar:2.0.4-okta'