MVN

com.github.yaoguoh : common-elasticsearch

Maven & Gradle

May 20, 2022
1 usages
<dependency>
    <groupId>com.github.yaoguoh</groupId>
    <artifactId>common-elasticsearch</artifactId>
    <version>2.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yaoguoh : common-elasticsearch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.8

All Versions

Choose a version of com.github.yaoguoh : common-elasticsearch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
common-elasticsearch-2.6.8
common-elasticsearch-2.6.7
common-elasticsearch-2.6.3
common-elasticsearch-2.6.2
common-elasticsearch-2.6.0
2.5.x
common-elasticsearch-2.5.6
common-elasticsearch-2.5.5
common-elasticsearch-2.5.3
common-elasticsearch-2.5.2
common-elasticsearch-2.5.0
2.4.x
common-elasticsearch-2.4.6
common-elasticsearch-2.4.5
common-elasticsearch-2.4.4
common-elasticsearch-2.4.3
2.3.x
common-elasticsearch-2.3.7.RELEASE
common-elasticsearch-2.3.5.RELEASE
common-elasticsearch-2.3.4.RELEASE
common-elasticsearch-2.3.3.RELEASE
common-elasticsearch-2.3.2.RELEASE
common-elasticsearch-2.3.1.RELEASE
common-elasticsearch-2.3.0.RELEASE
2.2.x
common-elasticsearch-2.2.7.RELEASE
common-elasticsearch-2.2.6.RELEASE
common-elasticsearch-2.2.5.RELEASE
common-elasticsearch-2.2.2.RELEASE
common-elasticsearch-2.2.1.RELEASE
common-elasticsearch-2.2.0.RELEASE
2.1.x
common-elasticsearch-2.1.10.RELEASE
common-elasticsearch-2.1.9.RELEASE
common-elasticsearch-2.1.8.RELEASE
common-elasticsearch-2.1.6.RELEASE
common-elasticsearch-2.1.5-RELEASE
common-elasticsearch-2.1.3-RELEASE
1.1.x
common-elasticsearch-1.1.3.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yaoguoh</groupId>
    <artifactId>common-elasticsearch</artifactId>
    <version>2.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yaoguoh : common-elasticsearch gradle dependency to your build.gradle file:

implementation 'com.github.yaoguoh:common-elasticsearch:2.6.8'

Gradle Kotlin DSL: Add the following com.github.yaoguoh : common-elasticsearch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yaoguoh:common-elasticsearch:2.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yaoguoh : common-elasticsearch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yaoguoh" % "common-elasticsearch" % "2.6.8"

Advertisement