License |
License |
---|---|
GroupId | GroupIdcom.github.ericneid |
ArtifactId | ArtifactIdrx-location-services |
Version | Version0.8.1 |
Type | Typeaar |
Description |
Descriptionrx-location-services
RX-location-services is a simple rxJava2 wrapper around some of then Androids Location APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rx-location-services-0.8.1.pom | |
rx-location-services-0.8.1-sources.jar | 9 KB |
rx-location-services-0.8.1-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ericneid/rx-location-services/ -->
<dependency>
<groupId>com.github.ericneid</groupId>
<artifactId>rx-location-services</artifactId>
<version>0.8.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ericneid/rx-location-services/
implementation 'com.github.ericneid:rx-location-services:0.8.1'
// https://jarcasting.com/artifacts/com.github.ericneid/rx-location-services/
implementation ("com.github.ericneid:rx-location-services:0.8.1")
'com.github.ericneid:rx-location-services:aar:0.8.1'
<dependency org="com.github.ericneid" name="rx-location-services" rev="0.8.1">
<artifact name="rx-location-services" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ericneid', module='rx-location-services', version='0.8.1')
)
libraryDependencies += "com.github.ericneid" % "rx-location-services" % "0.8.1"
[com.github.ericneid/rx-location-services "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 27.1.1 |
com.google.android.gms » play-services-location | jar | 18.0.0 |
io.reactivex.rxjava3 : rxandroid | jar | 3.0.0 |
io.reactivex.rxjava3 : rxkotlin | jar | 3.0.1 |
io.reactivex.rxjava3 : rxjava | jar | 3.1.2 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |