Jar examples for e:elasticsearch-rest-client
Elasticsearch subproject :client:rest
You can download jar file elasticsearch-rest-client 6.0.0-rc2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add elasticsearch-rest-client-6.0.0-rc2.jar to your project.
<dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-client</artifactId> <version>6.0.0-rc2</version> </dependency>
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: '6.0.0-rc2'
libraryDependencies += "org.elasticsearch.client" % "elasticsearch-rest-client" % "6.0.0-rc2"
<dependency org="org.elasticsearch.client" name="elasticsearch-rest-client" rev="6.0.0-rc2"/>
@Grapes(@Grab(group='org.elasticsearch.client', module='elasticsearch-rest-client', version='6.0.0-rc2'))
'org.elasticsearch.client:elasticsearch-rest-client:jar:6.0.0-rc2'
Click the following link to download the jar file.
elasticsearch-rest-client-6.0.0-rc2-javadoc.jar