MVN

io.github.iamthevoid.reactivebinding : anko-coroutines

Maven & Gradle

Sep 12, 2021
3 stars

anko-coroutines · Library that helps bind data with reactive streams, like rx java Flowable or coroutines flow or whatever, what you want to implement

<dependency>
    <groupId>io.github.iamthevoid.reactivebinding</groupId>
    <artifactId>anko-coroutines</artifactId>
    <version>1.0.0-beta12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.iamthevoid.reactivebinding : anko-coroutines to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta12
  • Latest Beta: 1.0.0-beta12

All Versions

Choose a version of io.github.iamthevoid.reactivebinding : anko-coroutines to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
anko-coroutines-1.0.0-beta12
anko-coroutines-1.0.0-beta11
anko-coroutines-1.0.0-beta10
anko-coroutines-1.0.0-beta09
anko-coroutines-1.0.0-beta08

How to add a dependency to Maven

Add the following io.github.iamthevoid.reactivebinding : anko-coroutines maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.iamthevoid.reactivebinding</groupId>
    <artifactId>anko-coroutines</artifactId>
    <version>1.0.0-beta12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.iamthevoid.reactivebinding : anko-coroutines gradle dependency to your build.gradle file:

implementation 'io.github.iamthevoid.reactivebinding:anko-coroutines:1.0.0-beta12'

Gradle Kotlin DSL: Add the following io.github.iamthevoid.reactivebinding : anko-coroutines gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.iamthevoid.reactivebinding:anko-coroutines:1.0.0-beta12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.iamthevoid.reactivebinding : anko-coroutines sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.iamthevoid.reactivebinding" % "anko-coroutines" % "1.0.0-beta12"

Advertisement