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