MVN

com.github.satoshun.coroutinebinding : coroutinebinding-recyclerview-v7

Maven & Gradle

Sep 22, 2018
50 stars

CoroutineBinding (recyclerview-v7) · Kotlin Coroutine binding APIs for Android's UI widgets

<dependency>
    <groupId>com.github.satoshun.coroutinebinding</groupId>
    <artifactId>coroutinebinding-recyclerview-v7</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.satoshun.coroutinebinding : coroutinebinding-recyclerview-v7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.github.satoshun.coroutinebinding : coroutinebinding-recyclerview-v7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
coroutinebinding-recyclerview-v7-0.1.1
coroutinebinding-recyclerview-v7-0.1.0
0.0.x
coroutinebinding-recyclerview-v7-0.0.2

How to add a dependency to Maven

Add the following com.github.satoshun.coroutinebinding : coroutinebinding-recyclerview-v7 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.satoshun.coroutinebinding</groupId>
    <artifactId>coroutinebinding-recyclerview-v7</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.satoshun.coroutinebinding : coroutinebinding-recyclerview-v7 gradle dependency to your build.gradle file:

implementation 'com.github.satoshun.coroutinebinding:coroutinebinding-recyclerview-v7:0.1.1'

Gradle Kotlin DSL: Add the following com.github.satoshun.coroutinebinding : coroutinebinding-recyclerview-v7 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.satoshun.coroutinebinding:coroutinebinding-recyclerview-v7:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.satoshun.coroutinebinding : coroutinebinding-recyclerview-v7 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.satoshun.coroutinebinding" % "coroutinebinding-recyclerview-v7" % "0.1.1"