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