MVN

io.github.aresxue.boot : ares-boot-starter-search-engine

Maven & Gradle

May 12, 2023
0 stars

搜索引擎快速使用,可自动从配置中心获取搜索引擎连接信息,用于从搜索引擎中检索数据,自定义了一套类sql的api, 基本涵盖了各种业务场景 The search engine can be used quickly, and the search engine connection information can be automatically obtained from the configuration center to retrieve data from the search engine. A set of sql-like apis are customized, which basically covers various business scenarios and shields the underlying middleware

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-search-engine</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-starter-search-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-starter-search-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-starter-search-engine-1.0.0

How to add a dependency to Maven

Add the following io.github.aresxue.boot : ares-boot-starter-search-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-search-engine</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.aresxue.boot : ares-boot-starter-search-engine gradle dependency to your build.gradle file:

implementation 'io.github.aresxue.boot:ares-boot-starter-search-engine:1.0.0'

Gradle Kotlin DSL: Add the following io.github.aresxue.boot : ares-boot-starter-search-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.aresxue.boot:ares-boot-starter-search-engine:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.aresxue.boot : ares-boot-starter-search-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.aresxue.boot" % "ares-boot-starter-search-engine" % "1.0.0"