License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdde.bytefish.elasticutils |
ArtifactId | ArtifactIdelasticutils-elasticsearch7 |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelasticutils-elasticsearch7
Library for simplified access to the ElasticSearch Java API.
|
<!-- https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-elasticsearch7/ -->
<dependency>
<groupId>de.bytefish.elasticutils</groupId>
<artifactId>elasticutils-elasticsearch7</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-elasticsearch7/
implementation 'de.bytefish.elasticutils:elasticutils-elasticsearch7:1.3'
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-elasticsearch7/
implementation ("de.bytefish.elasticutils:elasticutils-elasticsearch7:1.3")
'de.bytefish.elasticutils:elasticutils-elasticsearch7:jar:1.3'
<dependency org="de.bytefish.elasticutils" name="elasticutils-elasticsearch7" rev="1.3">
<artifact name="elasticutils-elasticsearch7" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.elasticutils', module='elasticutils-elasticsearch7', version='1.3')
)
libraryDependencies += "de.bytefish.elasticutils" % "elasticutils-elasticsearch7" % "1.3"
[de.bytefish.elasticutils/elasticutils-elasticsearch7 "1.3"]
Group / Artifact | Type | Version |
---|---|---|
de.bytefish.elasticutils : elasticutils-core | jar | 1.3 |
org.elasticsearch : elasticsearch | jar | 7.0.1 |
org.elasticsearch.client : elasticsearch-rest-high-level-client | jar | 7.0.1 |
org.elasticsearch.client : transport | jar | 6.5.1 |
com.google.collections : google-collections | jar | 1.0 |
org.apache.logging.log4j : log4j-api | jar | 2.6.2 |
org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |