a

azure-mgmt-search

This package contains Microsoft Azure Search Management SDK.
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
文件下载
文件名 操作
azure-mgmt-search-1.24.2.jar 下载
azure-mgmt-search-1.24.2.pom 下载
azure-mgmt-search-1.24.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-mgmt-search</artifactId>
  <version>1.24.2</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-mgmt-search:1.24.2'
Gradle Kotlin
implementation("com.microsoft.azure:azure-mgmt-search:1.24.2")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-search" % "1.24.2"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-mgmt-search', version='1.24.2')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-mgmt-search" rev="1.24.2" />
Leiningen
[com.microsoft.azure/azure-mgmt-search "1.24.2"]
Apache Buildr
'com.microsoft.azure:azure-mgmt-search:jar:1.24.2'