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