| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.okta.commons |
| Идентификатор | Идентификаторokta-http-okhttp |
| Версия | Версия1.2.8 |
| Тип | Типjar |
| Описание |
ОписаниеOkta Commons :: HTTP :: OkHttp Client
The Okta HTTP Client OK HTTP implementation .jar is used at runtime to make HTTP calls to Okta's
REST API using the OkHttp 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| okta-http-okhttp-1.2.8.pom | |
| okta-http-okhttp-1.2.8.jar | 10 KB |
| okta-http-okhttp-1.2.8-sources.jar | 6 KB |
| okta-http-okhttp-1.2.8-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.okta.commons/okta-http-okhttp/ -->
<dependency>
<groupId>com.okta.commons</groupId>
<artifactId>okta-http-okhttp</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.okta.commons/okta-http-okhttp/
implementation 'com.okta.commons:okta-http-okhttp:1.2.8'
// https://jarcasting.com/artifacts/com.okta.commons/okta-http-okhttp/
implementation ("com.okta.commons:okta-http-okhttp:1.2.8")
'com.okta.commons:okta-http-okhttp:jar:1.2.8'
<dependency org="com.okta.commons" name="okta-http-okhttp" rev="1.2.8">
<artifact name="okta-http-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.okta.commons', module='okta-http-okhttp', version='1.2.8')
)
libraryDependencies += "com.okta.commons" % "okta-http-okhttp" % "1.2.8"
[com.okta.commons/okta-http-okhttp "1.2.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.okta.commons : okta-http-api | jar | 1.2.8 |
| com.squareup.okhttp3 : okhttp | jar | 3.14.4 |
| com.google.auto.service : auto-service Необязательный | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.31 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 3.1.0 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.testng : testng | jar | 7.4.0 |
| org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
| org.codehaus.groovy : groovy | jar | 3.0.7 |
| org.codehaus.groovy : groovy-templates | jar | 3.0.7 |
| org.codehaus.groovy : groovy-json | jar | 3.0.7 |
| org.hamcrest : hamcrest | jar | 2.2 |