не последняя версия
Последняя версия 7.17.4

org.elasticsearch.plugin:percolator-client 7.9.0

Percolator module adds capability to index queries and query these queries by specifying documents

Категории

Категории

CLI Взаимодействие с пользователем Search Прикладные библиотеки Elasticsearch
Группа

Группа

org.elasticsearch.plugin
Идентификатор

Идентификатор

percolator-client
Версия

Версия

7.9.0
Тип

Тип

jar

Скачать percolator-client 7.9.0


<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/ -->
<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>percolator-client</artifactId>
    <version>7.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/
implementation 'org.elasticsearch.plugin:percolator-client:7.9.0'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/
implementation ("org.elasticsearch.plugin:percolator-client:7.9.0")
'org.elasticsearch.plugin:percolator-client:jar:7.9.0'
<dependency org="org.elasticsearch.plugin" name="percolator-client" rev="7.9.0">
  <artifact name="percolator-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='percolator-client', version='7.9.0')
)
libraryDependencies += "org.elasticsearch.plugin" % "percolator-client" % "7.9.0"
[org.elasticsearch.plugin/percolator-client "7.9.0"]