o

okhttp

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-4.11.0-patch-1.jar download
okhttp-4.11.0-patch-1.pom download
okhttp-4.11.0-patch-1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sunny-chung</groupId>
  <artifactId>okhttp</artifactId>
  <version>4.11.0-patch-1</version>
</dependency>
Gradle Groovy
implementation 'io.github.sunny-chung:okhttp:4.11.0-patch-1'
Gradle Kotlin
implementation("io.github.sunny-chung:okhttp:4.11.0-patch-1")
Scala SBT
libraryDependencies += "io.github.sunny-chung" % "okhttp" % "4.11.0-patch-1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sunny-chung', module='okhttp', version='4.11.0-patch-1')
)
Apache Ivy
<dependency org="io.github.sunny-chung" name="okhttp" rev="4.11.0-patch-1" />
Leiningen
[io.github.sunny-chung/okhttp "4.11.0-patch-1"]
Apache Buildr
'io.github.sunny-chung:okhttp:jar:4.11.0-patch-1'