is not current version
Last Version 0.0.5

com.github.pwittchen:reactivebus 0.0.4

Simple Reactive Event Bus for JVM (1.7+) and Android apps built with RxJava 2

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

reactivebus
Version

Version

0.0.4
Type

Type

jar

Download reactivebus 0.0.4


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