MVN

io.github.swatmobility : mapbox-android-navigation

Maven & Gradle

Jun 13, 2022
0 stars

mapbox-android-navigation · Custom mapbox android navigation ui to prevent system font scale

<dependency>
    <groupId>io.github.swatmobility</groupId>
    <artifactId>mapbox-android-navigation</artifactId>
    <version>0.0.1-alpha.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.swatmobility : mapbox-android-navigation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-alpha.10
  • Latest Alpha: 0.0.1-alpha.10

All Versions

Choose a version of io.github.swatmobility : mapbox-android-navigation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mapbox-android-navigation-0.0.1-alpha.10
mapbox-android-navigation-0.0.1-alpha.09
mapbox-android-navigation-0.0.1-alpha.08
mapbox-android-navigation-0.0.1-alpha.07
mapbox-android-navigation-0.0.1-alpha.06
mapbox-android-navigation-0.0.1-alpha.05
mapbox-android-navigation-0.0.1-alpha.04
mapbox-android-navigation-0.0.1-alpha.03
mapbox-android-navigation-0.0.1-alpha.02

How to add a dependency to Maven

Add the following io.github.swatmobility : mapbox-android-navigation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.swatmobility</groupId>
    <artifactId>mapbox-android-navigation</artifactId>
    <version>0.0.1-alpha.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.swatmobility : mapbox-android-navigation gradle dependency to your build.gradle file:

implementation 'io.github.swatmobility:mapbox-android-navigation:0.0.1-alpha.10'

Gradle Kotlin DSL: Add the following io.github.swatmobility : mapbox-android-navigation gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.swatmobility:mapbox-android-navigation:0.0.1-alpha.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.swatmobility : mapbox-android-navigation sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.swatmobility" % "mapbox-android-navigation" % "0.0.1-alpha.10"