Files download
File Operation
rxbus-1.0.2.jar download
rxbus-1.0.2.pom download
rxbus-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.johnlee175</groupId>
  <artifactId>rxbus</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.johnlee175:rxbus:1.0.2'
Gradle Kotlin
implementation("com.github.johnlee175:rxbus:1.0.2")
Scala SBT
libraryDependencies += "com.github.johnlee175" % "rxbus" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.johnlee175', module='rxbus', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.johnlee175" name="rxbus" rev="1.0.2" />
Leiningen
[com.github.johnlee175/rxbus "1.0.2"]
Apache Buildr
'com.github.johnlee175:rxbus:jar:1.0.2'