navigation-ui-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.maplibre.navigation</groupId> <artifactId>navigation-ui-android</artifactId> <version>5.0.0-pre5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.maplibre.navigation</groupId> <artifactId>navigation-ui-android</artifactId> <version>5.0.0-pre5</version> <packaging>aar</packaging> <name>MapLibre Navigation SDK</name> <description>MapLibre Navigation SDK</description> <url>https://github.com/maplibre/maplibre-navigation-android</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/license/MIT</url> </license> </licenses> <developers> <developer> <id>maplibre</id> <name>MapLibre</name> <email>team@maplibre.org</email> </developer> </developers> <scm> <connection>scm:git@github.com:maplibre/maplibre-navigation-android.git</connection> <developerConnection>scm:git@github.com:maplibre/maplibre-navigation-android.git</developerConnection> <url>https://github.com/maplibre/maplibre-navigation-android</url> </scm> <dependencies> <dependency> <groupId>org.maplibre.navigation</groupId> <artifactId>navigation-core</artifactId> <version>5.0.0-pre5</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.maplibre.gl</groupId> <artifactId>android-plugin-annotation-v9</artifactId> <version>3.0.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.mapbox.mapboxsdk</groupId> <artifactId>mapbox-sdk-services</artifactId> <version>5.8.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk</artifactId> <version>11.8.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.2.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.cardview</groupId> <artifactId>cardview</artifactId> <version>1.0.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value-annotations</artifactId> <version>1.11.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.squareup.picasso</groupId> <artifactId>picasso</artifactId> <version>2.71828</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>5.0.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-geojson</artifactId> </exclusion> <exclusion> <groupId>org.maplibre.gl</groupId> <artifactId>android-sdk-turf</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>