o

okta-sdk-httpclient

The Okta Java SDK HTTP Client implementation .jar is used at runtime to make HTTP calls to Okta's REST API using the Apache Http 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-sdk-httpclient-1.5.1.jar download
okta-sdk-httpclient-1.5.1.pom download
okta-sdk-httpclient-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.okta.sdk</groupId>
  <artifactId>okta-sdk-httpclient</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.okta.sdk:okta-sdk-httpclient:1.5.1'
Gradle Kotlin
implementation("com.okta.sdk:okta-sdk-httpclient:1.5.1")
Scala SBT
libraryDependencies += "com.okta.sdk" % "okta-sdk-httpclient" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.okta.sdk', module='okta-sdk-httpclient', version='1.5.1')
)
Apache Ivy
<dependency org="com.okta.sdk" name="okta-sdk-httpclient" rev="1.5.1" />
Leiningen
[com.okta.sdk/okta-sdk-httpclient "1.5.1"]
Apache Buildr
'com.okta.sdk:okta-sdk-httpclient:jar:1.5.1'