Download percolator-client-5.2.0.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 5.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials