| License |
License
The Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
|
|---|---|
| GroupId | GroupIdio.github.sagar-viradiya |
| ArtifactId | ArtifactIdcallback-location-ktx |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionExtension on fused location provider API
A library that wraps Android's callback-based APIs into extension functions which allows writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| callback-location-ktx-1.0.0.pom | |
| callback-location-ktx-1.0.0-sources.jar | 1 KB |
| callback-location-ktx-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-location-ktx/ -->
<dependency>
<groupId>io.github.sagar-viradiya</groupId>
<artifactId>callback-location-ktx</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-location-ktx/
implementation 'io.github.sagar-viradiya:callback-location-ktx:1.0.0'
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-location-ktx/
implementation ("io.github.sagar-viradiya:callback-location-ktx:1.0.0")
'io.github.sagar-viradiya:callback-location-ktx:aar:1.0.0'
<dependency org="io.github.sagar-viradiya" name="callback-location-ktx" rev="1.0.0">
<artifact name="callback-location-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.sagar-viradiya', module='callback-location-ktx', version='1.0.0')
)
libraryDependencies += "io.github.sagar-viradiya" % "callback-location-ktx" % "1.0.0"
[io.github.sagar-viradiya/callback-location-ktx "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |
| androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.3.1 |
| androidx.annotation » annotation | jar | 1.2.0 |
| com.google.android.gms » play-services-location | jar | 18.0.0 |