okhttp-android

okhttp-android

Square’s meticulous HTTP client for Java and Kotlin.
https://square.github.io/okhttp/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
okhttp-android-5.0.0-alpha.11.pom download
okhttp-android-5.0.0-alpha.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp-android</artifactId>
  <version>5.0.0-alpha.11</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okhttp-android:5.0.0-alpha.11'
Gradle Kotlin
implementation("com.squareup.okhttp3:okhttp-android:5.0.0-alpha.11")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okhttp-android" % "5.0.0-alpha.11"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okhttp-android', version='5.0.0-alpha.11')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okhttp-android" rev="5.0.0-alpha.11" />
Leiningen
[com.squareup.okhttp3/okhttp-android "5.0.0-alpha.11"]
Apache Buildr
'com.squareup.okhttp3:okhttp-android:jar:5.0.0-alpha.11'