| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаio.github.iamthevoid.reactivebinding |
| Идентификатор | Идентификаторcoroutines-swiperefreshlayout |
| Последняя версия | Последняя версия1.0.0-beta12 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеcoroutines-swiperefreshlayout
Library that helps bind data with reactive streams, like rx java Flowable or coroutines flow or whatever, what you want to implement
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/coroutines-swiperefreshlayout/ -->
<dependency>
<groupId>io.github.iamthevoid.reactivebinding</groupId>
<artifactId>coroutines-swiperefreshlayout</artifactId>
<version>1.0.0-beta12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/coroutines-swiperefreshlayout/
implementation 'io.github.iamthevoid.reactivebinding:coroutines-swiperefreshlayout:1.0.0-beta12'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/coroutines-swiperefreshlayout/
implementation ("io.github.iamthevoid.reactivebinding:coroutines-swiperefreshlayout:1.0.0-beta12")
'io.github.iamthevoid.reactivebinding:coroutines-swiperefreshlayout:aar:1.0.0-beta12'
<dependency org="io.github.iamthevoid.reactivebinding" name="coroutines-swiperefreshlayout" rev="1.0.0-beta12">
<artifact name="coroutines-swiperefreshlayout" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='coroutines-swiperefreshlayout', version='1.0.0-beta12')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "coroutines-swiperefreshlayout" % "1.0.0-beta12"
[io.github.iamthevoid.reactivebinding/coroutines-swiperefreshlayout "1.0.0-beta12"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.iamthevoid.reactivebinding : coroutines-core | jar | 1.0.0-beta12 |
| androidx.appcompat » appcompat | jar | 1.3.1 |
| androidx.core » core-ktx | jar | 1.6.0 |
| androidx.swiperefreshlayout » swiperefreshlayout | jar | 1.1.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.5.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |