не последняя версия
Последняя версия 2.0.4-okta

com.stormpath.sdk:stormpath-sdk-httpclient 2.0.0-okta-rc1

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.

Категории

Категории

CLI Взаимодействие с пользователем ORM Данные
Группа

Группа

com.stormpath.sdk
Идентификатор

Идентификатор

stormpath-sdk-httpclient
Версия

Версия

2.0.0-okta-rc1
Тип

Тип

jar

Скачать stormpath-sdk-httpclient 2.0.0-okta-rc1


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