MVN

org.opennms.elasticsearch : elasticsearch-drift-plugin

Maven & Gradle

Apr 11, 2020
<dependency>
    <groupId>org.opennms.elasticsearch</groupId>
    <artifactId>elasticsearch-drift-plugin</artifactId>
    <version>7.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opennms.elasticsearch : elasticsearch-drift-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.6.2

All Versions

Choose a version of org.opennms.elasticsearch : elasticsearch-drift-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.6.x
elasticsearch-drift-plugin-7.6.2
elasticsearch-drift-plugin-7.6.1
7.3.x
elasticsearch-drift-plugin-7.3.0
7.2.x
elasticsearch-drift-plugin-7.2.1
elasticsearch-drift-plugin-7.2.0
7.1.x
elasticsearch-drift-plugin-7.1.1
6.8.x
elasticsearch-drift-plugin-6.8.0
6.7.x
elasticsearch-drift-plugin-6.7.2
elasticsearch-drift-plugin-6.7.1
elasticsearch-drift-plugin-6.7.0
1.2.x
elasticsearch-drift-plugin-1.2.0
1.0.x
elasticsearch-drift-plugin-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opennms.elasticsearch</groupId>
    <artifactId>elasticsearch-drift-plugin</artifactId>
    <version>7.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opennms.elasticsearch : elasticsearch-drift-plugin gradle dependency to your build.gradle file:

implementation 'org.opennms.elasticsearch:elasticsearch-drift-plugin:7.6.2'

Gradle Kotlin DSL: Add the following org.opennms.elasticsearch : elasticsearch-drift-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opennms.elasticsearch:elasticsearch-drift-plugin:7.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opennms.elasticsearch : elasticsearch-drift-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opennms.elasticsearch" % "elasticsearch-drift-plugin" % "7.6.2"