MVN

io.github.iamthevoid.reactivebinding : core

Maven & Gradle

Sep 12, 2021
9 usages
3 stars

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

Latest Version

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

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

How to add a dependency to Maven

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

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

implementation 'io.github.iamthevoid.reactivebinding:core:1.0.0-beta12'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Sep 12, 2021
9 usages
3 stars
Sep 12, 2021
6 usages
3 stars
Sep 12, 2021
4 usages
3 stars
Sep 12, 2021
4 usages
3 stars

Discover Dependencies

May 17, 2023
9 usages
261 stars
May 17, 2023
9 usages
261 stars
May 17, 2023
9 usages
261 stars
May 17, 2023
9 usages
261 stars
Feb 18, 2022
9 usages
261 stars
May 17, 2023
9 usages
261 stars
May 17, 2023
9 usages
261 stars
Aug 26, 2023
9 usages
2 stars
Aug 16, 2021
9 usages
5 stars
Aug 15, 2023
14 usages
446 stars