is not current version
Last Version 3.0.0

com.hwangjr.rxbus:rxbus 2.0.0

Event Bus For RxJava On Android.

GroupId

GroupId

com.hwangjr.rxbus
ArtifactId

ArtifactId

rxbus
Version

Version

2.0.0
Type

Type

aar

Download rxbus 2.0.0


<!-- https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/ -->
<dependency>
    <groupId>com.hwangjr.rxbus</groupId>
    <artifactId>rxbus</artifactId>
    <version>2.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/
implementation 'com.hwangjr.rxbus:rxbus:2.0.0'
// https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/
implementation ("com.hwangjr.rxbus:rxbus:2.0.0")
'com.hwangjr.rxbus:rxbus:aar:2.0.0'
<dependency org="com.hwangjr.rxbus" name="rxbus" rev="2.0.0">
  <artifact name="rxbus" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hwangjr.rxbus', module='rxbus', version='2.0.0')
)
libraryDependencies += "com.hwangjr.rxbus" % "rxbus" % "2.0.0"
[com.hwangjr.rxbus/rxbus "2.0.0"]