| Группа | Группаcom.hwangjr.rxbus |
|---|---|
| Идентификатор | Идентификаторrxbus |
| Версия | Версия2.0.3 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| rxbus-2.0.3.pom | |
| rxbus-2.0.3-sources.jar | 17 KB |
| rxbus-2.0.3-javadoc.jar | 447 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/ -->
<dependency>
<groupId>com.hwangjr.rxbus</groupId>
<artifactId>rxbus</artifactId>
<version>2.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/
implementation 'com.hwangjr.rxbus:rxbus:2.0.3'
// https://jarcasting.com/artifacts/com.hwangjr.rxbus/rxbus/
implementation ("com.hwangjr.rxbus:rxbus:2.0.3")
'com.hwangjr.rxbus:rxbus:aar:2.0.3'
<dependency org="com.hwangjr.rxbus" name="rxbus" rev="2.0.3">
<artifact name="rxbus" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hwangjr.rxbus', module='rxbus', version='2.0.3')
)
libraryDependencies += "com.hwangjr.rxbus" % "rxbus" % "2.0.3"
[com.hwangjr.rxbus/rxbus "2.0.3"]