Last Version

Stormpath Java SDK :: Extensions :: HTTP Client 2.0.4-okta

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.

License

License

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

com.stormpath.sdk
ArtifactId

ArtifactId

stormpath-sdk-httpclient
Version

Version

2.0.4-okta
Type

Type

jar
Description

Description

Stormpath Java SDK :: Extensions :: HTTP Client
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.

Download stormpath-sdk-httpclient 2.0.4-okta


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

Dependencies

compile (2)

Group / Artifact Type Version
com.stormpath.sdk : stormpath-sdk-impl jar 2.0.4-okta
org.apache.httpcomponents : httpclient jar 4.5.2

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

runtime (1)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.22

test (9)

Group / Artifact Type Version
com.stormpath.sdk : stormpath-sdk-oauth jar 2.0.4-okta
com.google.zxing : core jar 3.2.1
net.glxn.qrgen : javase jar 2.0
ch.qos.logback : logback-classic jar 1.1.8
org.testng : testng jar 6.9.10
org.codehaus.groovy : groovy-all jar 2.4.7
org.easymock : easymock jar 3.4
org.powermock : powermock-module-testng jar 1.6.5
org.powermock : powermock-api-easymock jar 1.6.5

Project Modules

There are no modules declared in this project.