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