is not current version
Last Version 1.3.0

com.okta.commons:okta-http-okhttp 1.2.7

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.

GroupId

GroupId

com.okta.commons
ArtifactId

ArtifactId

okta-http-okhttp
Version

Version

1.2.7
Type

Type

jar

Download okta-http-okhttp 1.2.7


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