Files download
File Operation
api-coroutines-1.1.5.pom download
api-coroutines-1.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ternaryop</groupId>
  <artifactId>api-coroutines</artifactId>
  <version>1.1.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ternaryop:api-coroutines:1.1.5'
Gradle Kotlin
implementation("io.github.ternaryop:api-coroutines:1.1.5")
Scala SBT
libraryDependencies += "io.github.ternaryop" % "api-coroutines" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ternaryop', module='api-coroutines', version='1.1.5')
)
Apache Ivy
<dependency org="io.github.ternaryop" name="api-coroutines" rev="1.1.5" />
Leiningen
[io.github.ternaryop/api-coroutines "1.1.5"]
Apache Buildr
'io.github.ternaryop:api-coroutines:jar:1.1.5'