Download rest-5.4.2.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.4.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

rest-5.4.2-javadoc.jar
rest-5.4.2-sources.jar
rest-5.4.2.jar
rest-5.4.2.pom



Related Tutorials