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