maps.mobile
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yandex.android</groupId>
<artifactId>maps.mobile</artifactId>
<version>4.16.0-beta-lite-flutter</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yandex.android</groupId>
<artifactId>maps.mobile</artifactId>
<version>4.16.0-beta-lite-flutter</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-location</artifactId>
<version>21.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.play</groupId>
<artifactId>integrity</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core</artifactId>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-common</artifactId>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<artifactId>work-runtime</artifactId>
<version>2.8.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>Yandex MapsMobile</name>
<description>MapKit is a software library that allows you to use Yandex map data and geo technologies in mobile apps.</description>
<url>https://tech.yandex.ru/maps/mapkit</url>
<licenses>
<license>
<name>Terms of Use of Yandex.Maps API</name>
<url>https://yandex.ru/legal/maps_api</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/yandex/mapkit-android-demo</url>
</scm>
<developers>
<developer>
<name>Yandex</name>
<email>maps-api@support.yandex.ru</email>
<organization>Yandex</organization>
<organizationUrl>https://yandex.ru</organizationUrl>
</developer>
</developers>
</project>