okhttp-tls

okhttp-tls

Square’s meticulous HTTP client for Java and Kotlin.
https://square.github.io/okhttp/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
okhttp-tls-4.4.0.jar download
okhttp-tls-4.4.0.pom download
okhttp-tls-4.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp-tls</artifactId>
  <version>4.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okhttp-tls:4.4.0'
Gradle Kotlin
implementation("com.squareup.okhttp3:okhttp-tls:4.4.0")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okhttp-tls" % "4.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okhttp-tls', version='4.4.0')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okhttp-tls" rev="4.4.0" />
Leiningen
[com.squareup.okhttp3/okhttp-tls "4.4.0"]
Apache Buildr
'com.squareup.okhttp3:okhttp-tls:jar:4.4.0'