Group Id com.squareup.okhttp3
Artifact Id okhttp-apache
Version 3.12.13
Packaging jar
URL -
Badge
Last Updated 2021-12-16T15:24:26+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-apache</artifactId>
    <version>3.12.13</version>
</dependency>
implementation group: 'com.squareup.okhttp3', name: 'okhttp-apache', version: '3.12.13'
implementation 'com.squareup.okhttp3:okhttp-apache:3.12.13'
implementation("com.squareup.okhttp3:okhttp-apache:3.12.13")
libraryDependencies += "com.squareup.okhttp3" % "okhttp-apache" % "3.12.13"
<dependency org="com.squareup.okhttp3" name="okhttp-apache" rev="3.12.13"/>
@Grapes(
    @Grab(group='com.squareup.okhttp3', module='okhttp-apache', version='3.12.13')
)
[com.squareup.okhttp3/okhttp-apache "3.12.13"]
'com.squareup.okhttp3:okhttp-apache:3.12.13'