Group Id com.squareup.okhttp3
Artifact Id okhttp-android-support
Version 3.12.8
Packaging jar
URL -
Badge
Last Updated 2021-12-16T15:24:23+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-android-support</artifactId>
    <version>3.12.8</version>
</dependency>
implementation group: 'com.squareup.okhttp3', name: 'okhttp-android-support', version: '3.12.8'
implementation 'com.squareup.okhttp3:okhttp-android-support:3.12.8'
implementation("com.squareup.okhttp3:okhttp-android-support:3.12.8")
libraryDependencies += "com.squareup.okhttp3" % "okhttp-android-support" % "3.12.8"
<dependency org="com.squareup.okhttp3" name="okhttp-android-support" rev="3.12.8"/>
@Grapes(
    @Grab(group='com.squareup.okhttp3', module='okhttp-android-support', version='3.12.8')
)
[com.squareup.okhttp3/okhttp-android-support "3.12.8"]
'com.squareup.okhttp3:okhttp-android-support:3.12.8'