is not current version
Last Version 5.0.0-alpha.10

com.squareup.okhttp3:okhttp-android 5.0.0-alpha.9

Square’s meticulous HTTP client for Java and Kotlin.

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

okhttp-android
Version

Version

5.0.0-alpha.9
Type

Type

aar

Download okhttp-android 5.0.0-alpha.9


<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android/ -->
<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-android</artifactId>
    <version>5.0.0-alpha.9</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android/
implementation 'com.squareup.okhttp3:okhttp-android:5.0.0-alpha.9'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android/
implementation ("com.squareup.okhttp3:okhttp-android:5.0.0-alpha.9")
'com.squareup.okhttp3:okhttp-android:aar:5.0.0-alpha.9'
<dependency org="com.squareup.okhttp3" name="okhttp-android" rev="5.0.0-alpha.9">
  <artifact name="okhttp-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='okhttp-android', version='5.0.0-alpha.9')
)
libraryDependencies += "com.squareup.okhttp3" % "okhttp-android" % "5.0.0-alpha.9"
[com.squareup.okhttp3/okhttp-android "5.0.0-alpha.9"]