o

okta-http-okhttp

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.
Files download
File Operation
okta-http-okhttp-1.3.3.jar download
okta-http-okhttp-1.3.3.pom download
okta-http-okhttp-1.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.okta.commons</groupId>
  <artifactId>okta-http-okhttp</artifactId>
  <version>1.3.3</version>
</dependency>
Gradle Groovy
implementation 'com.okta.commons:okta-http-okhttp:1.3.3'
Gradle Kotlin
implementation("com.okta.commons:okta-http-okhttp:1.3.3")
Scala SBT
libraryDependencies += "com.okta.commons" % "okta-http-okhttp" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.okta.commons', module='okta-http-okhttp', version='1.3.3')
)
Apache Ivy
<dependency org="com.okta.commons" name="okta-http-okhttp" rev="1.3.3" />
Leiningen
[com.okta.commons/okta-http-okhttp "1.3.3"]
Apache Buildr
'com.okta.commons:okta-http-okhttp:jar:1.3.3'