MVN

com.xnx3.elasticsearch : elasticsearch

Maven & Gradle

Dec 21, 2021
1 usages
0 stars

elasticsearch · ElasticSearch工具类,像操作数据库一般两行代码操作ElasticSearch

<dependency>
    <groupId>com.xnx3.elasticsearch</groupId>
    <artifactId>elasticsearch</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.4

All Versions

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

Version Vulnerabilities Updated
1.1.x
elasticsearch-1.1.4
elasticsearch-1.1.3
elasticsearch-1.1.2
elasticsearch-1.1.1
1.1
elasticsearch-1.1
1.0
elasticsearch-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xnx3.elasticsearch</groupId>
    <artifactId>elasticsearch</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.xnx3.elasticsearch:elasticsearch:1.1.4'

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

implementation("com.xnx3.elasticsearch:elasticsearch:1.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.xnx3.elasticsearch" % "elasticsearch" % "1.1.4"

Advertisement