| License |
License |
|---|---|
| GroupId | GroupIdcom.patloew.colocation |
| ArtifactId | ArtifactIdcolocation |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptioncolocation
Coroutines Location APIs Library for Android and Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| colocation-1.1.0.pom | |
| colocation-1.1.0-sources.jar | 8 KB |
| colocation-1.1.0-javadoc.jar | 236 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.patloew.colocation/colocation/ -->
<dependency>
<groupId>com.patloew.colocation</groupId>
<artifactId>colocation</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.patloew.colocation/colocation/
implementation 'com.patloew.colocation:colocation:1.1.0'
// https://jarcasting.com/artifacts/com.patloew.colocation/colocation/
implementation ("com.patloew.colocation:colocation:1.1.0")
'com.patloew.colocation:colocation:aar:1.1.0'
<dependency org="com.patloew.colocation" name="colocation" rev="1.1.0">
<artifact name="colocation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.patloew.colocation', module='colocation', version='1.1.0')
)
libraryDependencies += "com.patloew.colocation" % "colocation" % "1.1.0"
[com.patloew.colocation/colocation "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android.gms » play-services-location | jar | 18.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.5.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |