| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.afollestad |
| Идентификатор | Идентификаторrxkprefs |
| Последняя версия | Последняя версия1.2.5 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеRxkprefs
🛠 A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| rxkprefs-1.2.5.pom | |
| rxkprefs-1.2.5.aar | 29 KB |
| rxkprefs-1.2.5-sources.jar | 11 KB |
| rxkprefs-1.2.5-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.afollestad/rxkprefs/ -->
<dependency>
<groupId>com.afollestad</groupId>
<artifactId>rxkprefs</artifactId>
<version>1.2.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.afollestad/rxkprefs/
implementation 'com.afollestad:rxkprefs:1.2.5'
// https://jarcasting.com/artifacts/com.afollestad/rxkprefs/
implementation ("com.afollestad:rxkprefs:1.2.5")
'com.afollestad:rxkprefs:aar:1.2.5'
<dependency org="com.afollestad" name="rxkprefs" rev="1.2.5">
<artifact name="rxkprefs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.afollestad', module='rxkprefs', version='1.2.5')
)
libraryDependencies += "com.afollestad" % "rxkprefs" % "1.2.5"
[com.afollestad/rxkprefs "1.2.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.annotation » annotation | jar | 1.0.2 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.21 |
| io.reactivex.rxjava2 : rxjava | jar | 2.2.7 |