MVN

com.azure : azure-maps-search

Maven & Gradle

Sep 06, 2022
2.1k stars

Azure Maps SDK Search client library · This package contains the MicrosoftAzure SDK for Search SDK. For documentation on how to use this package, please see https://docs.microsoft.com/en-us/rest/api/maps/search. Package tag 1.0-preview.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-maps-search</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-search 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-search to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-maps-search</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-search gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement