MVN

com.gu : elasticsearch-cloudwatch

Maven & Gradle

Sep 07, 2015
0 stars

elasticsearch-cloudwatch · An Elasticserch plugin which pushes node statistics to AWS Cloudwatch

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>elasticsearch-cloudwatch</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu : elasticsearch-cloudwatch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.gu : elasticsearch-cloudwatch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
elasticsearch-cloudwatch-1.1
1.0
elasticsearch-cloudwatch-1.0

How to add a dependency to Maven

Add the following com.gu : elasticsearch-cloudwatch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>elasticsearch-cloudwatch</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu : elasticsearch-cloudwatch gradle dependency to your build.gradle file:

implementation 'com.gu:elasticsearch-cloudwatch:1.1'

Gradle Kotlin DSL: Add the following com.gu : elasticsearch-cloudwatch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu:elasticsearch-cloudwatch:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu : elasticsearch-cloudwatch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu" % "elasticsearch-cloudwatch" % "1.1"

Advertisement