MVN

io.dropwizard.modules : dropwizard-elasticsearch

Maven & Gradle

Dec 16, 2021
60 stars

Dropwizard Elasticsearch Bundle · Addon bundle for Dropwizard to support Elasticsearch

<dependency>
    <groupId>io.dropwizard.modules</groupId>
    <artifactId>dropwizard-elasticsearch</artifactId>
    <version>1.2.0-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dropwizard.modules : dropwizard-elasticsearch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-1
  • Latest Release Candidate: 1.0.0-rc2-1

All Versions

Choose a version of io.dropwizard.modules : dropwizard-elasticsearch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
dropwizard-elasticsearch-1.2.0-1
1.1.x
dropwizard-elasticsearch-1.1.0-1
1.0.x
dropwizard-elasticsearch-1.0.0-2
dropwizard-elasticsearch-1.0.0-1
dropwizard-elasticsearch-1.0.0-rc2-1
0.9.x
dropwizard-elasticsearch-0.9.2-1
dropwizard-elasticsearch-0.9.1-1
dropwizard-elasticsearch-0.9.0-1
dropwizard-elasticsearch-0.9.0-rc5-1
0.8.x
dropwizard-elasticsearch-0.8.0-1
0.7.x
dropwizard-elasticsearch-0.7.0-1

How to add a dependency to Maven

Add the following io.dropwizard.modules : dropwizard-elasticsearch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dropwizard.modules</groupId>
    <artifactId>dropwizard-elasticsearch</artifactId>
    <version>1.2.0-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dropwizard.modules : dropwizard-elasticsearch gradle dependency to your build.gradle file:

implementation 'io.dropwizard.modules:dropwizard-elasticsearch:1.2.0-1'

Gradle Kotlin DSL: Add the following io.dropwizard.modules : dropwizard-elasticsearch gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dropwizard.modules:dropwizard-elasticsearch:1.2.0-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dropwizard.modules : dropwizard-elasticsearch sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dropwizard.modules" % "dropwizard-elasticsearch" % "1.2.0-1"

Advertisement