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