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