MVN

com.hwangjr.rxbus : rxbus

Maven & Gradle

Aug 27, 2021
1 usages
2.1k stars

RxBus · Event Bus For RxJava On Android.

<dependency>
    <groupId>com.hwangjr.rxbus</groupId>
    <artifactId>rxbus</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hwangjr.rxbus : rxbus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3
  • Latest Beta: 2.0.0-beta

All Versions

Choose a version of com.hwangjr.rxbus : rxbus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
rxbus-3.0.0
2.0.x
rxbus-2.0.3
rxbus-2.0.2
rxbus-2.0.1
rxbus-2.0.0
rxbus-2.0.0-beta
1.0.x
rxbus-1.0.6
rxbus-1.0.5
rxbus-1.0.4
rxbus-1.0.3
rxbus-1.0.2
rxbus-1.0.1
rxbus-1.0.0

How to add a dependency to Maven

Add the following com.hwangjr.rxbus : rxbus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hwangjr.rxbus</groupId>
    <artifactId>rxbus</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hwangjr.rxbus : rxbus gradle dependency to your build.gradle file:

implementation 'com.hwangjr.rxbus:rxbus:2.0.3'

Gradle Kotlin DSL: Add the following com.hwangjr.rxbus : rxbus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hwangjr.rxbus:rxbus:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hwangjr.rxbus : rxbus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hwangjr.rxbus" % "rxbus" % "2.0.3"

Advertisement