| License |
License |
|---|---|
| Categories |
CategoriesData Search Business Logic Libraries Elasticsearch |
| GroupId | GroupIdcom.mydataharbor |
| ArtifactId | ArtifactIdelasticsearch-plugin |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description这是elasticsearch的基础插件,使用elasticsearch相关的插件都需要先安装此插件
|
| Filename | Size |
|---|---|
| elasticsearch-plugin-1.1.0.pom | |
| elasticsearch-plugin-1.1.0.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mydataharbor/elasticsearch-plugin/ -->
<dependency>
<groupId>com.mydataharbor</groupId>
<artifactId>elasticsearch-plugin</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mydataharbor/elasticsearch-plugin/
implementation 'com.mydataharbor:elasticsearch-plugin:1.1.0'
// https://jarcasting.com/artifacts/com.mydataharbor/elasticsearch-plugin/
implementation ("com.mydataharbor:elasticsearch-plugin:1.1.0")
'com.mydataharbor:elasticsearch-plugin:jar:1.1.0'
<dependency org="com.mydataharbor" name="elasticsearch-plugin" rev="1.1.0">
<artifact name="elasticsearch-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mydataharbor', module='elasticsearch-plugin', version='1.1.0')
)
libraryDependencies += "com.mydataharbor" % "elasticsearch-plugin" % "1.1.0"
[com.mydataharbor/elasticsearch-plugin "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mydataharbor : mydataharbor-elasticsearch-common | jar | 1.1.0 |
| com.mydataharbor : mydataharbor-plugin-base | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.pf4j : pf4j | jar | 3.6.0 |
| com.mydataharbor : mydataharbor-plugin-api | jar | 1.0.4 |
| com.mydataharbor : mydataharbor-core | jar | 1.0.4 |
| org.projectlombok : lombok | jar | 1.18.18 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.mydataharbor : mydataharbor-sink-es | jar | 1.1.0 |
| junit : junit | jar | [4.13.1,) |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |