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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials