| GroupId | GroupIdcom.hwangjr.rxbus |
|---|---|
| ArtifactId | ArtifactIdrxbus |
| Version | Version1.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| rxbus-1.0.4.pom | |
| rxbus-1.0.4.aar | 26 KB |
| rxbus-1.0.4-sources.jar | 17 KB |
| rxbus-1.0.4-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/ -->
<dependency>
<groupId>com.hwangjr.rxbus</groupId>
<artifactId>rxbus</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/
implementation 'com.hwangjr.rxbus:rxbus:1.0.4'
// https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/
implementation ("com.hwangjr.rxbus:rxbus:1.0.4")
'com.hwangjr.rxbus:rxbus:aar:1.0.4'
<dependency org="com.hwangjr.rxbus" name="rxbus" rev="1.0.4">
<artifact name="rxbus" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hwangjr.rxbus', module='rxbus', version='1.0.4')
)
libraryDependencies += "com.hwangjr.rxbus" % "rxbus" % "1.0.4"
[com.hwangjr.rxbus/rxbus "1.0.4"]