| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Данные |
| Группа | Группаcom.lmaye |
| Идентификатор | Идентификаторspring-boot-starter-data-es |
| Версия | Версия1.0.1-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-data-es
ElasticSearch Starter project for Spring Boot
|
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 Необязательный | jar | 2.4.0 |