License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data |
GroupId | GroupIdcom.lmaye |
ArtifactId | ArtifactIdspring-boot-starter-data-es |
Last Version | Last Version1.0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-data-es
ElasticSearch Starter project for Spring Boot
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-es/ -->
<dependency>
<groupId>com.lmaye</groupId>
<artifactId>spring-boot-starter-data-es</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-es/
implementation 'com.lmaye:spring-boot-starter-data-es:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-es/
implementation ("com.lmaye:spring-boot-starter-data-es:1.0.1-RELEASE")
'com.lmaye:spring-boot-starter-data-es:jar:1.0.1-RELEASE'
<dependency org="com.lmaye" name="spring-boot-starter-data-es" rev="1.0.1-RELEASE">
<artifact name="spring-boot-starter-data-es" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lmaye', module='spring-boot-starter-data-es', version='1.0.1-RELEASE')
)
libraryDependencies += "com.lmaye" % "spring-boot-starter-data-es" % "1.0.1-RELEASE"
[com.lmaye/spring-boot-starter-data-es "1.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.lmaye : app-common | jar | 1.0.1-SNAPSHOT |
org.springframework.boot : spring-boot-starter-data-elasticsearch | jar | 2.4.0 |
org.springframework.boot : spring-boot-actuator-autoconfigure Optional | jar | 2.4.0 |