c

cloud-azure

The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism and add Azure storage repositories.
文件下载
文件名 操作
cloud-azure-2.3.3.jar 下载
cloud-azure-2.3.3.pom 下载
cloud-azure-2.3.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.elasticsearch.plugin</groupId>
  <artifactId>cloud-azure</artifactId>
  <version>2.3.3</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.plugin:cloud-azure:2.3.3'
Gradle Kotlin
implementation("org.elasticsearch.plugin:cloud-azure:2.3.3")
Scala SBT
libraryDependencies += "org.elasticsearch.plugin" % "cloud-azure" % "2.3.3"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.plugin', module='cloud-azure', version='2.3.3')
)
Apache Ivy
<dependency org="org.elasticsearch.plugin" name="cloud-azure" rev="2.3.3" />
Leiningen
[org.elasticsearch.plugin/cloud-azure "2.3.3"]
Apache Buildr
'org.elasticsearch.plugin:cloud-azure:jar:2.3.3'