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