| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch | 
| GroupId | GroupIdorg.elasticsearch.plugin | 
| ArtifactId | ArtifactIdpercolator-client | 
| Last Version | Last Version7.17.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionpercolator Percolator module adds capability to index queries and query these queries by specifying documents | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| percolator-client-7.17.4.pom | |
| percolator-client-7.17.4.jar | 72 KB | 
| percolator-client-7.17.4-sources.jar | 34 KB | 
| percolator-client-7.17.4-javadoc.jar | 405 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/ -->
<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>percolator-client</artifactId>
    <version>7.17.4</version>
</dependency>// https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/
implementation 'org.elasticsearch.plugin:percolator-client:7.17.4'// https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/
implementation ("org.elasticsearch.plugin:percolator-client:7.17.4")'org.elasticsearch.plugin:percolator-client:jar:7.17.4'<dependency org="org.elasticsearch.plugin" name="percolator-client" rev="7.17.4">
  <artifact name="percolator-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.elasticsearch.plugin', module='percolator-client', version='7.17.4')
)libraryDependencies += "org.elasticsearch.plugin" % "percolator-client" % "7.17.4"[org.elasticsearch.plugin/percolator-client "7.17.4"]