Files download
File Operation
okhttp-tls-3.14.6.jar download
okhttp-tls-3.14.6.pom download
okhttp-tls-3.14.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp-tls</artifactId>
  <version>3.14.6</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okhttp-tls:3.14.6'
Gradle Kotlin
implementation("com.squareup.okhttp3:okhttp-tls:3.14.6")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okhttp-tls" % "3.14.6"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okhttp-tls', version='3.14.6')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okhttp-tls" rev="3.14.6" />
Leiningen
[com.squareup.okhttp3/okhttp-tls "3.14.6"]
Apache Buildr
'com.squareup.okhttp3:okhttp-tls:jar:3.14.6'