Download percolator-client-6.2.2.jar file - Jar p

Jar examples for p:percolator-client

Description

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

You can download jar file percolator-client 6.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add percolator-client-6.2.2.jar to your project.

<dependency>
   <groupId>org.elasticsearch.plugin</groupId>
   <artifactId>percolator-client</artifactId>
   <version>6.2.2</version>
</dependency>
compile group: 'org.elasticsearch.plugin', name: 'percolator-client', version: '6.2.2'
libraryDependencies += "org.elasticsearch.plugin" % "percolator-client" % "6.2.2"
<dependency org="org.elasticsearch.plugin" name="percolator-client" rev="6.2.2"/>
@Grapes(@Grab(group='org.elasticsearch.plugin', module='percolator-client', version='6.2.2'))
'org.elasticsearch.plugin:percolator-client:jar:6.2.2'

Download

Click the following link to download the jar file.

percolator-client-6.2.2-javadoc.jar
percolator-client-6.2.2-sources.jar
percolator-client-6.2.2.jar
percolator-client-6.2.2.pom



Related Tutorials