MVN

com.azure : azure-maps-route

Maven & Gradle

Sep 06, 2022
2.1k stars

Microsoft Azure client library for Azure Maps Route service · This package contains Microsoft Azure SDK for Route Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Maps Route REST APIs. Package tag 1.0-preview.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-maps-route</artifactId>
    <version>1.0.0-beta.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-maps-route to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta.1
  • Latest Beta: 1.0.0-beta.1

All Versions

Choose a version of com.azure : azure-maps-route to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
azure-maps-route-1.0.0-beta.1

How to add a dependency to Maven

Add the following com.azure : azure-maps-route maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-maps-route</artifactId>
    <version>1.0.0-beta.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure : azure-maps-route gradle dependency to your build.gradle file:

implementation 'com.azure:azure-maps-route:1.0.0-beta.1'

Gradle Kotlin DSL: Add the following com.azure : azure-maps-route gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure:azure-maps-route:1.0.0-beta.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure : azure-maps-route sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure" % "azure-maps-route" % "1.0.0-beta.1"

Advertisement