r

rxbus-annotations

RxBus base on RxJava2 & RxAndroid to achieve event bus.
https://github.com/ViTess/RxBus
The Apache Software License, Version 2.0
Vincent Tam
Files download
File Operation
rxbus-annotations-2.0.3.jar download
rxbus-annotations-2.0.3.pom download
rxbus-annotations-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vitess</groupId>
  <artifactId>rxbus-annotations</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.vitess:rxbus-annotations:2.0.3'
Gradle Kotlin
implementation("com.github.vitess:rxbus-annotations:2.0.3")
Scala SBT
libraryDependencies += "com.github.vitess" % "rxbus-annotations" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vitess', module='rxbus-annotations', version='2.0.3')
)
Apache Ivy
<dependency org="com.github.vitess" name="rxbus-annotations" rev="2.0.3" />
Leiningen
[com.github.vitess/rxbus-annotations "2.0.3"]
Apache Buildr
'com.github.vitess:rxbus-annotations:jar:2.0.3'
Dependencies
The project has no third-party dependencies