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