o

okhttp-android-support

Classes to support the Android platform's use of OkHttp (not required for most developers).
Files download
File Operation
okhttp-android-support-2.7.5.jar download
okhttp-android-support-2.7.5.pom download
okhttp-android-support-2.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp</groupId>
  <artifactId>okhttp-android-support</artifactId>
  <version>2.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp:okhttp-android-support:2.7.5'
Gradle Kotlin
implementation("com.squareup.okhttp:okhttp-android-support:2.7.5")
Scala SBT
libraryDependencies += "com.squareup.okhttp" % "okhttp-android-support" % "2.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp', module='okhttp-android-support', version='2.7.5')
)
Apache Ivy
<dependency org="com.squareup.okhttp" name="okhttp-android-support" rev="2.7.5" />
Leiningen
[com.squareup.okhttp/okhttp-android-support "2.7.5"]
Apache Buildr
'com.squareup.okhttp:okhttp-android-support:jar:2.7.5'