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