Group Id com.squareup.okhttp3
Artifact Id okhttp-tls
Version 4.9.3
Packaging jar
URL -
Badge
Last Updated 2021-11-21T17:17:10+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-tls</artifactId>
    <version>4.9.3</version>
</dependency>
implementation group: 'com.squareup.okhttp3', name: 'okhttp-tls', version: '4.9.3'
implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3'
implementation("com.squareup.okhttp3:okhttp-tls:4.9.3")
libraryDependencies += "com.squareup.okhttp3" % "okhttp-tls" % "4.9.3"
<dependency org="com.squareup.okhttp3" name="okhttp-tls" rev="4.9.3"/>
@Grapes(
    @Grab(group='com.squareup.okhttp3', module='okhttp-tls', version='4.9.3')
)
[com.squareup.okhttp3/okhttp-tls "4.9.3"]
'com.squareup.okhttp3:okhttp-tls:4.9.3'