文件下载
文件名 操作
discovery-ec2-5.0.0-alpha4.pom 下载
discovery-ec2-5.0.0-alpha4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.elasticsearch.plugin</groupId>
  <artifactId>discovery-ec2</artifactId>
  <version>5.0.0-alpha4</version>
  <type>zip</type>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.plugin:discovery-ec2:5.0.0-alpha4'
Gradle Kotlin
implementation("org.elasticsearch.plugin:discovery-ec2:5.0.0-alpha4")
Scala SBT
libraryDependencies += "org.elasticsearch.plugin" % "discovery-ec2" % "5.0.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.plugin', module='discovery-ec2', version='5.0.0-alpha4')
)
Apache Ivy
<dependency org="org.elasticsearch.plugin" name="discovery-ec2" rev="5.0.0-alpha4" />
Leiningen
[org.elasticsearch.plugin/discovery-ec2 "5.0.0-alpha4"]
Apache Buildr
'org.elasticsearch.plugin:discovery-ec2:jar:5.0.0-alpha4'