Group Id com.squareup.okhttp3
Artifact Id okhttp-apache
Version 3.4.0-RC1
Packaging jar
URL -
Badge
Last Updated 2016-07-02T20:10:34+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.4.0-RC1</version>
</dependency>
implementation group: 'com.squareup.okhttp3', name: 'okhttp-apache', version: '3.4.0-RC1'
implementation 'com.squareup.okhttp3:okhttp-apache:3.4.0-RC1'
implementation("com.squareup.okhttp3:okhttp-apache:3.4.0-RC1")
libraryDependencies += "com.squareup.okhttp3" % "okhttp-apache" % "3.4.0-RC1"
<dependency org="com.squareup.okhttp3" name="okhttp-apache" rev="3.4.0-RC1"/>
@Grapes(
    @Grab(group='com.squareup.okhttp3', module='okhttp-apache', version='3.4.0-RC1')
)
[com.squareup.okhttp3/okhttp-apache "3.4.0-RC1"]
'com.squareup.okhttp3:okhttp-apache:3.4.0-RC1'