okhttp-android-support

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-3.13.1.jar download
okhttp-android-support-3.13.1.pom download
okhttp-android-support-3.13.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp-android-support</artifactId>
  <version>3.13.1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okhttp-android-support:3.13.1'
Gradle Kotlin
implementation("com.squareup.okhttp3:okhttp-android-support:3.13.1")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okhttp-android-support" % "3.13.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okhttp-android-support', version='3.13.1')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okhttp-android-support" rev="3.13.1" />
Leiningen
[com.squareup.okhttp3/okhttp-android-support "3.13.1"]
Apache Buildr
'com.squareup.okhttp3:okhttp-android-support:jar:3.13.1'