MVN

at.molindo : esi4j

Maven & Gradle

Oct 21, 2016

esi4j - Elastic Search Integration for Java

<dependency>
    <groupId>at.molindo</groupId>
    <artifactId>esi4j</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.molindo : esi4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2
  • Latest Alpha: 0.3.0-alpha-3

All Versions

Choose a version of at.molindo : esi4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
esi4j-3.0.2
esi4j-3.0.1
esi4j-3.0.0
2.0.x
esi4j-2.0.3
esi4j-2.0.2
esi4j-2.0.1
esi4j-2.0.0
1.0.x
esi4j-1.0.3
esi4j-1.0.2
esi4j-1.0.1
esi4j-1.0.0
0.3.x
esi4j-0.3.2
esi4j-0.3.1
esi4j-0.3.0
esi4j-0.3.0-alpha-3
esi4j-0.3.0-alpha-2
esi4j-0.3.0-alpha-1

How to add a dependency to Maven

Add the following at.molindo : esi4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.molindo</groupId>
    <artifactId>esi4j</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.molindo : esi4j gradle dependency to your build.gradle file:

implementation 'at.molindo:esi4j:3.0.2'

Gradle Kotlin DSL: Add the following at.molindo : esi4j gradle kotlin dependency to your build.gradle.kts file:

implementation("at.molindo:esi4j:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.molindo : esi4j sbt scala dependency to your build.sbt file:

libraryDependencies += "at.molindo" % "esi4j" % "3.0.2"

Advertisement