| Categories | CategoriesSpring Boot Container Microservices Search Business Logic Libraries Elasticsearch | 
|---|---|
| GroupId | GroupIdcn.org.faster | 
| ArtifactId | ArtifactIdspring-boot-starter-elasticsearch | 
| Version | Version1.3.5.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-elasticsearch/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>spring-boot-starter-elasticsearch</artifactId>
    <version>1.3.5.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-elasticsearch/
implementation 'cn.org.faster:spring-boot-starter-elasticsearch:1.3.5.RELEASE'// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-elasticsearch/
implementation ("cn.org.faster:spring-boot-starter-elasticsearch:1.3.5.RELEASE")'cn.org.faster:spring-boot-starter-elasticsearch:jar:1.3.5.RELEASE'<dependency org="cn.org.faster" name="spring-boot-starter-elasticsearch" rev="1.3.5.RELEASE">
  <artifact name="spring-boot-starter-elasticsearch" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-elasticsearch', version='1.3.5.RELEASE')
)libraryDependencies += "cn.org.faster" % "spring-boot-starter-elasticsearch" % "1.3.5.RELEASE"[cn.org.faster/spring-boot-starter-elasticsearch "1.3.5.RELEASE"]