Download rest-5.0.0-rc1.jar file - Jar r

Jar examples for r:rest

Description

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-rc1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rest-5.0.0-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

rest-5.0.0-rc1-javadoc.jar
rest-5.0.0-rc1-sources.jar
rest-5.0.0-rc1.jar
rest-5.0.0-rc1.pom



Related Tutorials