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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials