a

async

Koi - Kotlin Library for Android Development
https://github.com/mcxiaoke/kotlin-koi
The Apache Software License, Version 2.0
Xiaoke Zhang
Files download
File Operation
async-0.3.0.jar download
async-0.3.0.pom download
async-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mcxiaoke.koi</groupId>
  <artifactId>async</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.mcxiaoke.koi:async:0.3.0'
Gradle Kotlin
implementation("com.mcxiaoke.koi:async:0.3.0")
Scala SBT
libraryDependencies += "com.mcxiaoke.koi" % "async" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mcxiaoke.koi', module='async', version='0.3.0')
)
Apache Ivy
<dependency org="com.mcxiaoke.koi" name="async" rev="0.3.0" />
Leiningen
[com.mcxiaoke.koi/async "0.3.0"]
Apache Buildr
'com.mcxiaoke.koi:async:jar:0.3.0'