| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.arpan |
| Идентификатор | Идентификаторlocation-engine |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеlocation-engine
A library to request location update for both GMS and HMS with less boilerplate code.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| location-engine-1.0.1.pom | |
| location-engine-1.0.1.module | 3 KB |
| location-engine-1.0.1-sources.jar | 8 KB |
| location-engine-1.0.1-javadoc.jar | 288 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.arpan/location-engine/ -->
<dependency>
<groupId>dev.arpan</groupId>
<artifactId>location-engine</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.arpan/location-engine/
implementation 'dev.arpan:location-engine:1.0.1'
// https://jarcasting.com/artifacts/dev.arpan/location-engine/
implementation ("dev.arpan:location-engine:1.0.1")
'dev.arpan:location-engine:aar:1.0.1'
<dependency org="dev.arpan" name="location-engine" rev="1.0.1">
<artifact name="location-engine" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.arpan', module='location-engine', version='1.0.1')
)
libraryDependencies += "dev.arpan" % "location-engine" % "1.0.1"
[dev.arpan/location-engine "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.5.20 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.20 |
| androidx.core » core-ktx | jar | 1.6.0 |
| androidx.appcompat » appcompat | jar | 1.3.0 |
| com.google.android.material » material | jar | 1.4.0 |
| com.jakewharton.timber : timber | jar | 4.7.1 |
| com.google.android.gms » play-services-location | jar | 18.0.0 |
| com.huawei.hms » location | jar | 5.1.0.303 |