| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаpl.charmas.android |
| Идентификатор | Идентификаторandroid-reactive-location2 |
| Последняя версия | Последняя версия2.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеAndroid ReactiveLocation
Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| android-reactive-location2-2.1.pom | |
| android-reactive-location2-2.1.aar | 53 KB |
| android-reactive-location2-2.1-sources.jar | 26 KB |
| android-reactive-location2-2.1-javadoc.jar | 110 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.charmas.android/android-reactive-location2/ -->
<dependency>
<groupId>pl.charmas.android</groupId>
<artifactId>android-reactive-location2</artifactId>
<version>2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pl.charmas.android/android-reactive-location2/
implementation 'pl.charmas.android:android-reactive-location2:2.1'
// https://jarcasting.com/artifacts/pl.charmas.android/android-reactive-location2/
implementation ("pl.charmas.android:android-reactive-location2:2.1")
'pl.charmas.android:android-reactive-location2:aar:2.1'
<dependency org="pl.charmas.android" name="android-reactive-location2" rev="2.1">
<artifact name="android-reactive-location2" type="aar" />
</dependency>
@Grapes(
@Grab(group='pl.charmas.android', module='android-reactive-location2', version='2.1')
)
libraryDependencies += "pl.charmas.android" % "android-reactive-location2" % "2.1"
[pl.charmas.android/android-reactive-location2 "2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.android.gms » play-services-location | jar | 11.0.4 |
| com.google.android.gms » play-services-places | jar | 11.0.4 |
| io.reactivex.rxjava2 : rxjava | jar | 2.0.5 |