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