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