License |
License |
---|---|
Categories |
CategoriesCLI User Interface ORM Data |
GroupId | GroupIdcom.stormpath.sdk |
ArtifactId | ArtifactIdstormpath-sdk-httpclient |
Last Version | Last Version2.0.4-okta |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStormpath 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.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.stormpath.sdk : stormpath-sdk-impl | jar | 2.0.4-okta |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.22 |
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 |