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