| Categories | CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch | 
|---|---|
| GroupId | GroupIdorg.elasticsearch.plugin | 
| ArtifactId | ArtifactIdpercolator-client | 
| Version | Version7.0.0-beta1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/ -->
<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>percolator-client</artifactId>
    <version>7.0.0-beta1</version>
</dependency>// https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/
implementation 'org.elasticsearch.plugin:percolator-client:7.0.0-beta1'// https://jarcasting.com/artifacts/org.elasticsearch.plugin/percolator-client/
implementation ("org.elasticsearch.plugin:percolator-client:7.0.0-beta1")'org.elasticsearch.plugin:percolator-client:jar:7.0.0-beta1'<dependency org="org.elasticsearch.plugin" name="percolator-client" rev="7.0.0-beta1">
  <artifact name="percolator-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.elasticsearch.plugin', module='percolator-client', version='7.0.0-beta1')
)libraryDependencies += "org.elasticsearch.plugin" % "percolator-client" % "7.0.0-beta1"[org.elasticsearch.plugin/percolator-client "7.0.0-beta1"]