MVN

com.okta.commons : okta-http-okhttp

Maven & Gradle

Jul 12, 2023
9 usages
3 stars

Okta Commons :: HTTP :: OkHttp Client · 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.

<dependency>
    <groupId>com.okta.commons</groupId>
    <artifactId>okta-http-okhttp</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okta.commons : okta-http-okhttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of com.okta.commons : okta-http-okhttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
okta-http-okhttp-1.3.5
okta-http-okhttp-1.3.4
okta-http-okhttp-1.3.3
okta-http-okhttp-1.3.2
okta-http-okhttp-1.3.1
okta-http-okhttp-1.3.0
1.2.x
okta-http-okhttp-1.2.9
okta-http-okhttp-1.2.8
okta-http-okhttp-1.2.7
okta-http-okhttp-1.2.6
okta-http-okhttp-1.2.5
okta-http-okhttp-1.2.4
okta-http-okhttp-1.2.3
okta-http-okhttp-1.2.2
okta-http-okhttp-1.2.1
okta-http-okhttp-1.2.0

How to add a dependency to Maven

Add the following com.okta.commons : okta-http-okhttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.okta.commons</groupId>
    <artifactId>okta-http-okhttp</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.okta.commons : okta-http-okhttp gradle dependency to your build.gradle file:

implementation 'com.okta.commons:okta-http-okhttp:1.3.5'

Gradle Kotlin DSL: Add the following com.okta.commons : okta-http-okhttp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.okta.commons:okta-http-okhttp:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.okta.commons : okta-http-okhttp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.okta.commons" % "okta-http-okhttp" % "1.3.5"

Advertisement

Dependencies from Group

Jul 12, 2023
14 usages
3 stars
Jul 12, 2023
12 usages
3 stars
Jul 12, 2023
12 usages
3 stars
Jul 12, 2023
9 usages
3 stars
Jul 12, 2023
5 usages
3 stars

Discover Dependencies

Apr 06, 2022
2 usages
1.7k stars
Apr 06, 2022
2 usages
1.7k stars
Apr 06, 2022
2 usages
1.7k stars
Sep 23, 2020
1 usages
313 stars
Jun 20, 2023
9 usages
10 stars
Jun 09, 2023
2 usages
4 stars
Apr 07, 2022
4 usages
6 stars
Aug 11, 2023
8 usages
265 stars
Jul 21, 2022
6 usages
1 stars