文件下载
文件名 操作
http-coroutine-2.0.0-rc1.jar 下载
http-coroutine-2.0.0-rc1.pom 下载
http-coroutine-2.0.0-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.caldremch</groupId>
  <artifactId>http-coroutine</artifactId>
  <version>2.0.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.github.caldremch:http-coroutine:2.0.0-rc1'
Gradle Kotlin
implementation("io.github.caldremch:http-coroutine:2.0.0-rc1")
Scala SBT
libraryDependencies += "io.github.caldremch" % "http-coroutine" % "2.0.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.caldremch', module='http-coroutine', version='2.0.0-rc1')
)
Apache Ivy
<dependency org="io.github.caldremch" name="http-coroutine" rev="2.0.0-rc1" />
Leiningen
[io.github.caldremch/http-coroutine "2.0.0-rc1"]
Apache Buildr
'io.github.caldremch:http-coroutine:jar:2.0.0-rc1'