Last Version

com.github.kubode:rxeventbus 1.0.1

Event bus with RxJava.

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

com.github.kubode
ArtifactId

ArtifactId

rxeventbus
Version

Version

1.0.1
Type

Type

jar

Download rxeventbus 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.kubode/rxeventbus/ -->
<dependency>
    <groupId>com.github.kubode</groupId>
    <artifactId>rxeventbus</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kubode/rxeventbus/
implementation 'com.github.kubode:rxeventbus:1.0.1'
// https://jarcasting.com/artifacts/com.github.kubode/rxeventbus/
implementation ("com.github.kubode:rxeventbus:1.0.1")
'com.github.kubode:rxeventbus:jar:1.0.1'
<dependency org="com.github.kubode" name="rxeventbus" rev="1.0.1">
  <artifact name="rxeventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kubode', module='rxeventbus', version='1.0.1')
)
libraryDependencies += "com.github.kubode" % "rxeventbus" % "1.0.1"
[com.github.kubode/rxeventbus "1.0.1"]