r

rxbus-compiler

RxBus base on RxJava2 & RxAndroid to achieve event bus.
https://github.com/ViTess/RxBus
The Apache Software License, Version 2.0
Vincent Tam
文件下载
文件名 操作
rxbus-compiler-2.0.3.jar 下载
rxbus-compiler-2.0.3.pom 下载
rxbus-compiler-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.vitess</groupId>
  <artifactId>rxbus-compiler</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.vitess:rxbus-compiler:2.0.3'
Gradle Kotlin
implementation("com.github.vitess:rxbus-compiler:2.0.3")
Scala SBT
libraryDependencies += "com.github.vitess" % "rxbus-compiler" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vitess', module='rxbus-compiler', version='2.0.3')
)
Apache Ivy
<dependency org="com.github.vitess" name="rxbus-compiler" rev="2.0.3" />
Leiningen
[com.github.vitess/rxbus-compiler "2.0.3"]
Apache Buildr
'com.github.vitess:rxbus-compiler:jar:2.0.3'