License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivebus |
Version | Version0.0.5 |
Type | Typejar |
Description |
Descriptionreactivebus
Simple Reactive Event Bus for JVM (1.7+) and Android apps built with RxJava 2
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactivebus-0.0.5.pom | |
reactivebus-0.0.5.jar | 5 KB |
reactivebus-0.0.5-sources.jar | 3 KB |
reactivebus-0.0.5-javadoc.jar | 367 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivebus/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivebus</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebus/
implementation 'com.github.pwittchen:reactivebus:0.0.5'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebus/
implementation ("com.github.pwittchen:reactivebus:0.0.5")
'com.github.pwittchen:reactivebus:jar:0.0.5'
<dependency org="com.github.pwittchen" name="reactivebus" rev="0.0.5">
<artifact name="reactivebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivebus', version='0.0.5')
)
libraryDependencies += "com.github.pwittchen" % "reactivebus" % "0.0.5"
[com.github.pwittchen/reactivebus "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.27 |