roadevents
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yandex.mapkit.styling</groupId> <artifactId>roadevents</artifactId> <version>4.17.0</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.mapkit.styling</groupId> <artifactId>roadevents</artifactId> <version>4.17.0</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.7.10</version> <scope>runtime</scope> </dependency> </dependencies> <name>Yandex MapsMobile</name> <description>NaviKit is a software library that allows you to use Yandex map data, geo and navigation technologies in mobile apps.</description> <url>https://yandex.ru/maps-api/products/navikit</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>