License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdcom.rbmhtechnology.vind |
ArtifactId | ArtifactIdbackend-elasticsearch |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVind Backend - Elasticsearch
Vind is build to enable the integration of search facilities in java projects without getting to deep into the search topic
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
backend-elasticsearch-3.2.0.pom | |
backend-elasticsearch-3.2.0.jar | 93 KB |
backend-elasticsearch-3.2.0-sources.jar | 33 KB |
backend-elasticsearch-3.2.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/backend-elasticsearch/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>backend-elasticsearch</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/backend-elasticsearch/
implementation 'com.rbmhtechnology.vind:backend-elasticsearch:3.2.0'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/backend-elasticsearch/
implementation ("com.rbmhtechnology.vind:backend-elasticsearch:3.2.0")
'com.rbmhtechnology.vind:backend-elasticsearch:jar:3.2.0'
<dependency org="com.rbmhtechnology.vind" name="backend-elasticsearch" rev="3.2.0">
<artifact name="backend-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='backend-elasticsearch', version='3.2.0')
)
libraryDependencies += "com.rbmhtechnology.vind" % "backend-elasticsearch" % "3.2.0"
[com.rbmhtechnology.vind/backend-elasticsearch "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.rbmhtechnology.vind : vind-api | jar | 3.2.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
org.elasticsearch.client : elasticsearch-rest-high-level-client | jar | 7.6.1 |
org.elasticsearch.plugin : percolator-client | jar | 7.6.1 |
org.apache.httpcomponents : httpcore | jar | 4.4.12 |
org.apache.httpcomponents : httpcore-nio | jar | 4.4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : elasticsearch | jar | 1.13.0 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.10.19 |
org.slf4j : slf4j-simple | jar | 1.7.7 |