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