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