License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdpl.charmas.android |
ArtifactId | ArtifactIdandroid-reactive-location2 |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAndroid ReactiveLocation
Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |