is not current version
Last Version 9.0.0-beta

com.okta.sdk:okta-sdk-okhttp 1.5.3

The Okta Java SDK 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.

GroupId

GroupId

com.okta.sdk
ArtifactId

ArtifactId

okta-sdk-okhttp
Version

Version

1.5.3
Type

Type

jar

Download okta-sdk-okhttp 1.5.3


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