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