MVN

org.vertexium : vertexium-elasticsearch2-plugin

Maven & Gradle

Sep 26, 2017
60 stars

Vertexium: Elasticsearch2: Plugin

<dependency>
    <groupId>org.vertexium</groupId>
    <artifactId>vertexium-elasticsearch2-plugin</artifactId>
    <version>2.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.vertexium : vertexium-elasticsearch2-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.2

All Versions

Choose a version of org.vertexium : vertexium-elasticsearch2-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
vertexium-elasticsearch2-plugin-2.6.2
vertexium-elasticsearch2-plugin-2.6.1
vertexium-elasticsearch2-plugin-2.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.vertexium</groupId>
    <artifactId>vertexium-elasticsearch2-plugin</artifactId>
    <version>2.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.vertexium : vertexium-elasticsearch2-plugin gradle dependency to your build.gradle file:

implementation 'org.vertexium:vertexium-elasticsearch2-plugin:2.6.2'

Gradle Kotlin DSL: Add the following org.vertexium : vertexium-elasticsearch2-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.vertexium:vertexium-elasticsearch2-plugin:2.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.vertexium : vertexium-elasticsearch2-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.vertexium" % "vertexium-elasticsearch2-plugin" % "2.6.2"

Advertisement