Download rxbus-annotations-2.0.1.jar file - Jar r

Jar examples for r:rxbus-annotations

Description

RxBus base on RxJava2 & RxAndroid to achieve event bus.

You can download jar file rxbus-annotations 2.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.github.vitess</groupId>
   <artifactId>rxbus-annotations</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'com.github.vitess', name: 'rxbus-annotations', version: '2.0.1'
libraryDependencies += "com.github.vitess" % "rxbus-annotations" % "2.0.1"
<dependency org="com.github.vitess" name="rxbus-annotations" rev="2.0.1"/>
@Grapes(@Grab(group='com.github.vitess', module='rxbus-annotations', version='2.0.1'))
'com.github.vitess:rxbus-annotations:jar:2.0.1'

Download

Click the following link to download the jar file.

rxbus-annotations-2.0.1-javadoc.jar
rxbus-annotations-2.0.1-sources.jar
rxbus-annotations-2.0.1.jar
rxbus-annotations-2.0.1.pom



Related Tutorials