MVN

com.free-now.sauron.plugins : elasticsearch-output

Maven & Gradle

Jan 04, 2022
22 stars

Sauron Elasticsearch Output · Sauron Elasticsearch Output Plugin

<dependency>
    <groupId>com.free-now.sauron.plugins</groupId>
    <artifactId>elasticsearch-output</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.free-now.sauron.plugins : elasticsearch-output to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of com.free-now.sauron.plugins : elasticsearch-output to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
elasticsearch-output-0.0.26
elasticsearch-output-0.0.25
elasticsearch-output-0.0.24
elasticsearch-output-0.0.23
elasticsearch-output-0.0.22
elasticsearch-output-0.0.21
elasticsearch-output-0.0.20
elasticsearch-output-0.0.19
elasticsearch-output-0.0.18

How to add a dependency to Maven

Add the following com.free-now.sauron.plugins : elasticsearch-output maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.free-now.sauron.plugins</groupId>
    <artifactId>elasticsearch-output</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.free-now.sauron.plugins : elasticsearch-output gradle dependency to your build.gradle file:

implementation 'com.free-now.sauron.plugins:elasticsearch-output:0.0.26'

Gradle Kotlin DSL: Add the following com.free-now.sauron.plugins : elasticsearch-output gradle kotlin dependency to your build.gradle.kts file:

implementation("com.free-now.sauron.plugins:elasticsearch-output:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.free-now.sauron.plugins : elasticsearch-output sbt scala dependency to your build.sbt file:

libraryDependencies += "com.free-now.sauron.plugins" % "elasticsearch-output" % "0.0.26"