MVN

io.github.iamthevoid.reactivebinding : local-recycler

Maven & Gradle

Sep 12, 2021
2 usages
3 stars

local-recycler · 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>local-recycler</artifactId>
    <version>1.0.0-beta12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.iamthevoid.reactivebinding : local-recycler 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 : local-recycler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
local-recycler-1.0.0-beta12
local-recycler-1.0.0-beta11
local-recycler-1.0.0-beta10
local-recycler-1.0.0-beta09
local-recycler-1.0.0-beta08

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.iamthevoid.reactivebinding</groupId>
    <artifactId>local-recycler</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 : local-recycler gradle dependency to your build.gradle file:

implementation 'io.github.iamthevoid.reactivebinding:local-recycler:1.0.0-beta12'

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

implementation("io.github.iamthevoid.reactivebinding:local-recycler:1.0.0-beta12")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.iamthevoid.reactivebinding" % "local-recycler" % "1.0.0-beta12"

Advertisement