MVN

com.amazon.opendistroforelasticsearch : notification

Maven & Gradle

Feb 27, 2021
279 stars

Open Distro for Elasticsearch Notification · Open Distro for Elasticsearch Notification

<dependency>
    <groupId>com.amazon.opendistroforelasticsearch</groupId>
    <artifactId>notification</artifactId>
    <version>1.13.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazon.opendistroforelasticsearch : notification to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.1.0

All Versions

Choose a version of com.amazon.opendistroforelasticsearch : notification to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
notification-1.13.1.0
notification-1.13.0.0
1.12.x
notification-1.12.0.2
notification-1.12.0.1
notification-1.12.0.0
1.11.x
notification-1.11.0.1
notification-1.11.0.0
1.10.x
notification-1.10.1.2
notification-1.10.1.1
notification-1.10.1.0
notification-1.10.0.1
notification-1.10.0.0
1.9.x
notification-1.9.0.0
1.8.x
notification-1.8.0.0
1.7.x
notification-1.7.0.0
1.6.x
notification-1.6.0.0
1.4.x
notification-1.4.0.0
1.3.x
notification-1.3.0.0
1.2.x
notification-1.2.1.0
1.1.x
notification-1.1.0.1
1.0.x
notification-1.0.0.0
0.10.x
notification-0.10.0.1

How to add a dependency to Maven

Add the following com.amazon.opendistroforelasticsearch : notification maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazon.opendistroforelasticsearch</groupId>
    <artifactId>notification</artifactId>
    <version>1.13.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazon.opendistroforelasticsearch : notification gradle dependency to your build.gradle file:

implementation 'com.amazon.opendistroforelasticsearch:notification:1.13.1.0'

Gradle Kotlin DSL: Add the following com.amazon.opendistroforelasticsearch : notification gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazon.opendistroforelasticsearch:notification:1.13.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazon.opendistroforelasticsearch : notification sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazon.opendistroforelasticsearch" % "notification" % "1.13.1.0"