License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdpl.charmas.android |
ArtifactId | ArtifactIdandroid-reactive-location |
Version | Version1.0 |
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-location/ -->
<dependency>
<groupId>pl.charmas.android</groupId>
<artifactId>android-reactive-location</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pl.charmas.android/android-reactive-location/
implementation 'pl.charmas.android:android-reactive-location:1.0'
// https://jarcasting.com/artifacts/pl.charmas.android/android-reactive-location/
implementation ("pl.charmas.android:android-reactive-location:1.0")
'pl.charmas.android:android-reactive-location:aar:1.0'
<dependency org="pl.charmas.android" name="android-reactive-location" rev="1.0">
<artifact name="android-reactive-location" type="aar" />
</dependency>
@Grapes(
@Grab(group='pl.charmas.android', module='android-reactive-location', version='1.0')
)
libraryDependencies += "pl.charmas.android" % "android-reactive-location" % "1.0"
[pl.charmas.android/android-reactive-location "1.0"]
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 : rxjava | jar | 1.2.0 |