MVN

com.squareup.okhttp3 : okhttp-apache

Maven & Gradle

Dec 17, 2021
4 usages
41.3k stars

OkHttp Apache HttpClient

<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-apache</artifactId>
    <version>3.12.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.okhttp3 : okhttp-apache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.12.13
  • Latest Release Candidate: 3.4.0-RC1

All Versions

Choose a version of com.squareup.okhttp3 : okhttp-apache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13.x
okhttp-apache-3.13.1
okhttp-apache-3.13.0
3.12.x
okhttp-apache-3.12.13
okhttp-apache-3.12.12
okhttp-apache-3.12.11
okhttp-apache-3.12.10
okhttp-apache-3.12.9
okhttp-apache-3.12.8
okhttp-apache-3.12.7
okhttp-apache-3.12.6
okhttp-apache-3.12.5
okhttp-apache-3.12.4
okhttp-apache-3.12.3
okhttp-apache-3.12.2
okhttp-apache-3.12.1
okhttp-apache-3.12.0
3.11.x
okhttp-apache-3.11.0
3.10.x
okhttp-apache-3.10.0
3.9.x
okhttp-apache-3.9.1
okhttp-apache-3.9.0
3.8.x
okhttp-apache-3.8.1
okhttp-apache-3.8.0
3.7.x
okhttp-apache-3.7.0
3.6.x
okhttp-apache-3.6.0
3.5.x
okhttp-apache-3.5.0
3.4.x
okhttp-apache-3.4.2
okhttp-apache-3.4.1
okhttp-apache-3.4.0
okhttp-apache-3.4.0-RC1
3.3.x
okhttp-apache-3.3.1
okhttp-apache-3.3.0
3.2.x
okhttp-apache-3.2.0
3.1.x
okhttp-apache-3.1.2
okhttp-apache-3.1.1
okhttp-apache-3.1.0
3.0.x
okhttp-apache-3.0.1
okhttp-apache-3.0.0
okhttp-apache-3.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-apache</artifactId>
    <version>3.12.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.okhttp3 : okhttp-apache gradle dependency to your build.gradle file:

implementation 'com.squareup.okhttp3:okhttp-apache:3.12.13'

Gradle Kotlin DSL: Add the following com.squareup.okhttp3 : okhttp-apache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.okhttp3:okhttp-apache:3.12.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.okhttp3 : okhttp-apache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.okhttp3" % "okhttp-apache" % "3.12.13"

Advertisement

Dependencies from Group

Apr 23, 2023
4.8k usages
45.1k stars
Apr 23, 2023
1.3k usages
45.1k stars
Apr 23, 2023
947 usages
45.1k stars
Apr 23, 2023
221 usages
45.1k stars
Apr 23, 2023
77 usages
45.1k stars

Discover Dependencies