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