okhttp-coroutines-jvm

okhttp-coroutines-jvm

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