не последняя версия
Последняя версия 3.1.3

ovh.plrapps:mapview 3.0.0

Android Kotlin library to display tiled maps, with support of markers and paths

Группа

Группа

ovh.plrapps
Идентификатор

Идентификатор

mapview
Версия

Версия

3.0.0
Тип

Тип

aar

Скачать mapview 3.0.0

Имя Файла Размер
mapview-3.0.0.pom
mapview-3.0.0-sources.jar 41 KB
Обзор

<!-- https://jarcasting.com/artifacts/ovh.plrapps/mapview/ -->
<dependency>
    <groupId>ovh.plrapps</groupId>
    <artifactId>mapview</artifactId>
    <version>3.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ovh.plrapps/mapview/
implementation 'ovh.plrapps:mapview:3.0.0'
// https://jarcasting.com/artifacts/ovh.plrapps/mapview/
implementation ("ovh.plrapps:mapview:3.0.0")
'ovh.plrapps:mapview:aar:3.0.0'
<dependency org="ovh.plrapps" name="mapview" rev="3.0.0">
  <artifact name="mapview" type="aar" />
</dependency>
@Grapes(
@Grab(group='ovh.plrapps', module='mapview', version='3.0.0')
)
libraryDependencies += "ovh.plrapps" % "mapview" % "3.0.0"
[ovh.plrapps/mapview "3.0.0"]