c

cloud-azure

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