License |
License |
---|---|
GroupId | GroupIdcom.sinszm |
ArtifactId | ArtifactIdszm-boot-es |
Version | Version1.1.2.RELEASE |
Type | Typejar |
Description |
Descriptionszm-boot-es
基于SpringBoot扩展生态应用搜索引擎组件(集成ES)
Copyright © 2020 智慧程序猿 All rights reserved.
https://www.sinsz.com
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
szm-boot-es-1.1.2.RELEASE.pom | |
szm-boot-es-1.1.2.RELEASE.jar | 21 KB |
szm-boot-es-1.1.2.RELEASE-sources.jar | 13 KB |
szm-boot-es-1.1.2.RELEASE-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sinszm/szm-boot-es/ -->
<dependency>
<groupId>com.sinszm</groupId>
<artifactId>szm-boot-es</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.sinszm/szm-boot-es/
implementation 'com.sinszm:szm-boot-es:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.sinszm/szm-boot-es/
implementation ("com.sinszm:szm-boot-es:1.1.2.RELEASE")
'com.sinszm:szm-boot-es:jar:1.1.2.RELEASE'
<dependency org="com.sinszm" name="szm-boot-es" rev="1.1.2.RELEASE">
<artifact name="szm-boot-es" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sinszm', module='szm-boot-es', version='1.1.2.RELEASE')
)
libraryDependencies += "com.sinszm" % "szm-boot-es" % "1.1.2.RELEASE"
[com.sinszm/szm-boot-es "1.1.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.sinszm : szm-boot-common Optional | jar | 1.1.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.elasticsearch : elasticsearch | jar | 7.9.1 |
org.elasticsearch.client : elasticsearch-rest-high-level-client | jar | 7.9.1 |
org.elasticsearch.client : elasticsearch-rest-client | jar | 7.9.1 |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |