Jar examples for r:rest
REST API. This is a series of classes that use JAX-RS to translate HTTP communications to calls into the action controllers in the core, and format any output (such as constructing resource URLs, etc.).
You can download jar file rest 6.0.0-alpha2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add rest-6.0.0-alpha2.jar to your project.
<dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>rest</artifactId> <version>6.0.0-alpha2</version> </dependency>
compile group: 'org.elasticsearch.client', name: 'rest', version: '6.0.0-alpha2'
libraryDependencies += "org.elasticsearch.client" % "rest" % "6.0.0-alpha2"
<dependency org="org.elasticsearch.client" name="rest" rev="6.0.0-alpha2"/>
@Grapes(@Grab(group='org.elasticsearch.client', module='rest', version='6.0.0-alpha2'))
'org.elasticsearch.client:rest:jar:6.0.0-alpha2'
Click the following link to download the jar file.
rest-6.0.0-alpha2-javadoc.jar