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