| Категории |
КатегорииСеть React Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.github.pwittchen |
| Идентификатор | Идентификаторreactivenetwork-rx2 |
| Версия | Версия2.1.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| reactivenetwork-rx2-2.1.0.pom | |
| reactivenetwork-rx2-2.1.0.aar | 35 KB |
| reactivenetwork-rx2-2.1.0-sources.jar | 23 KB |
| reactivenetwork-rx2-2.1.0-javadoc.jar | 160 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork-rx2/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivenetwork-rx2</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork-rx2/
implementation 'com.github.pwittchen:reactivenetwork-rx2:2.1.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork-rx2/
implementation ("com.github.pwittchen:reactivenetwork-rx2:2.1.0")
'com.github.pwittchen:reactivenetwork-rx2:aar:2.1.0'
<dependency org="com.github.pwittchen" name="reactivenetwork-rx2" rev="2.1.0">
<artifact name="reactivenetwork-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivenetwork-rx2', version='2.1.0')
)
libraryDependencies += "com.github.pwittchen" % "reactivenetwork-rx2" % "2.1.0"
[com.github.pwittchen/reactivenetwork-rx2 "2.1.0"]