Files download
File Operation
discovery-gce-5.0.0-alpha2.pom download
discovery-gce-5.0.0-alpha2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch.plugin</groupId>
  <artifactId>discovery-gce</artifactId>
  <version>5.0.0-alpha2</version>
  <type>zip</type>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.plugin:discovery-gce:5.0.0-alpha2'
Gradle Kotlin
implementation("org.elasticsearch.plugin:discovery-gce:5.0.0-alpha2")
Scala SBT
libraryDependencies += "org.elasticsearch.plugin" % "discovery-gce" % "5.0.0-alpha2"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.plugin', module='discovery-gce', version='5.0.0-alpha2')
)
Apache Ivy
<dependency org="org.elasticsearch.plugin" name="discovery-gce" rev="5.0.0-alpha2" />
Leiningen
[org.elasticsearch.plugin/discovery-gce "5.0.0-alpha2"]
Apache Buildr
'org.elasticsearch.plugin:discovery-gce:jar:5.0.0-alpha2'