is not current version
Last Version 7.17.4

org.elasticsearch.plugin:percolator-client 5.0.0-alpha5

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

Categories

Categories

CLI User Interface Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.plugin
ArtifactId

ArtifactId

percolator-client
Version

Version

5.0.0-alpha5
Type

Type

jar

Download percolator-client 5.0.0-alpha5


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