okcurl

okcurl

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
okcurl-4.4.1.jar download
okcurl-4.4.1.pom download
okcurl-4.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okcurl</artifactId>
  <version>4.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okcurl:4.4.1'
Gradle Kotlin
implementation("com.squareup.okhttp3:okcurl:4.4.1")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okcurl" % "4.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okcurl', version='4.4.1')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okcurl" rev="4.4.1" />
Leiningen
[com.squareup.okhttp3/okcurl "4.4.1"]
Apache Buildr
'com.squareup.okhttp3:okcurl:jar:4.4.1'