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