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