MVN

org.opensearch.plugin : discovery-gce

Maven & Gradle

Aug 10, 2023
8.8k stars

discovery-gce · The Google Compute Engine (GCE) Discovery plugin allows to use GCE API for the unicast discovery mechanism.

<dependency>
    <groupId>org.opensearch.plugin</groupId>
    <artifactId>discovery-gce</artifactId>
    <version>1.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensearch.plugin : discovery-gce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.12
  • Latest Release Candidate: 2.0.0-rc1

All Versions

Choose a version of org.opensearch.plugin : discovery-gce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
discovery-gce-2.9.0
2.8.x
discovery-gce-2.8.0
2.7.x
discovery-gce-2.7.0
2.6.x
discovery-gce-2.6.0
2.5.x
discovery-gce-2.5.0
2.4.x
discovery-gce-2.4.1
discovery-gce-2.4.0
2.3.x
discovery-gce-2.3.0
2.2.x
discovery-gce-2.2.1
discovery-gce-2.2.0
2.1.x
discovery-gce-2.1.0
2.0.x
discovery-gce-2.0.1
discovery-gce-2.0.0
discovery-gce-2.0.0-rc1
1.3.x
discovery-gce-1.3.12
discovery-gce-1.3.11
discovery-gce-1.3.10
discovery-gce-1.3.9
discovery-gce-1.3.8
discovery-gce-1.3.7
discovery-gce-1.3.6
discovery-gce-1.3.5
discovery-gce-1.3.4
discovery-gce-1.3.3
discovery-gce-1.3.2
discovery-gce-1.3.1
discovery-gce-1.3.0
1.2.x
discovery-gce-1.2.4
discovery-gce-1.2.3
discovery-gce-1.2.2
discovery-gce-1.2.1
discovery-gce-1.2.0
1.1.x
discovery-gce-1.1.0
1.0.x
discovery-gce-1.0.0

How to add a dependency to Maven

Add the following org.opensearch.plugin : discovery-gce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opensearch.plugin</groupId>
    <artifactId>discovery-gce</artifactId>
    <version>1.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opensearch.plugin : discovery-gce gradle dependency to your build.gradle file:

implementation 'org.opensearch.plugin:discovery-gce:1.3.12'

Gradle Kotlin DSL: Add the following org.opensearch.plugin : discovery-gce gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opensearch.plugin:discovery-gce:1.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opensearch.plugin : discovery-gce sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opensearch.plugin" % "discovery-gce" % "1.3.12"

Advertisement