Group Id com.squareup.okhttp3
Artifact Id okhttp
Version 4.9.2
Packaging jar
URL -
Badge
Last Updated 2021-09-30T16:47:05+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>4.9.2</version>
</dependency>
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.2'
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
implementation("com.squareup.okhttp3:okhttp:4.9.2")
libraryDependencies += "com.squareup.okhttp3" % "okhttp" % "4.9.2"
<dependency org="com.squareup.okhttp3" name="okhttp" rev="4.9.2"/>
@Grapes(
    @Grab(group='com.squareup.okhttp3', module='okhttp', version='4.9.2')
)
[com.squareup.okhttp3/okhttp "4.9.2"]
'com.squareup.okhttp3:okhttp:4.9.2'