Download rxbus-2.0.0.jar file - Jar r

Jar examples for r:rxbus

Description

RxBus base on RxJava2 & RxAndroid to achieve event bus.

You can download jar file rxbus 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rxbus-2.0.0.jar to your project.

<dependency>
   <groupId>net.jokubasdargis.rxbus</groupId>
   <artifactId>rxbus</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'net.jokubasdargis.rxbus', name: 'rxbus', version: '2.0.0'
libraryDependencies += "net.jokubasdargis.rxbus" % "rxbus" % "2.0.0"
<dependency org="net.jokubasdargis.rxbus" name="rxbus" rev="2.0.0"/>
@Grapes(@Grab(group='net.jokubasdargis.rxbus', module='rxbus', version='2.0.0'))
'net.jokubasdargis.rxbus:rxbus:jar:2.0.0'

Download

Click the following link to download the jar file.

rxbus-2.0.0-javadoc.jar
rxbus-2.0.0-sources.jar
rxbus-2.0.0.jar
rxbus-2.0.0.pom



Related Tutorials