MVN

com.sonian : elasticsearch-jetty

Maven & Gradle

May 01, 2013
286 stars

elasticsearch-jetty · Jetty plugin for ElasticSearch

<dependency>
    <groupId>com.sonian</groupId>
    <artifactId>elasticsearch-jetty</artifactId>
    <version>0.90.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.90.0

All Versions

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

Version Vulnerabilities Updated
0.90.x
elasticsearch-jetty-0.90.0
0.20.x
elasticsearch-jetty-0.20.1
elasticsearch-jetty-0.20.0
0.19.x
elasticsearch-jetty-0.19.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sonian</groupId>
    <artifactId>elasticsearch-jetty</artifactId>
    <version>0.90.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.sonian:elasticsearch-jetty:0.90.0'

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

implementation("com.sonian:elasticsearch-jetty:0.90.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sonian" % "elasticsearch-jetty" % "0.90.0"

Advertisement