License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging |
GroupId | GroupIdcom.github.kubode |
ArtifactId | ArtifactIdRxEventBus |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRxEventBus
Event bus with RxJava.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
RxEventBus-1.0.0.pom | |
RxEventBus-1.0.0.jar | 3 KB |
RxEventBus-1.0.0-sources.jar | 1 KB |
RxEventBus-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kubode/RxEventBus/ -->
<dependency>
<groupId>com.github.kubode</groupId>
<artifactId>RxEventBus</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kubode/RxEventBus/
implementation 'com.github.kubode:RxEventBus:1.0.0'
// https://jarcasting.com/artifacts/com.github.kubode/RxEventBus/
implementation ("com.github.kubode:RxEventBus:1.0.0")
'com.github.kubode:RxEventBus:jar:1.0.0'
<dependency org="com.github.kubode" name="RxEventBus" rev="1.0.0">
<artifact name="RxEventBus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kubode', module='RxEventBus', version='1.0.0')
)
libraryDependencies += "com.github.kubode" % "RxEventBus" % "1.0.0"
[com.github.kubode/RxEventBus "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxjava | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |