Download rxbus-annotations-2.0.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials