Download elasticsearch-6.0.0-rc1.jar file - Jar e

Jar examples for e:elasticsearch

Description

[elasticsearch](http://elasticsearch.com/) provides distributed RESTful search and analytics

You can download jar file elasticsearch 6.0.0-rc1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add elasticsearch-6.0.0-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

elasticsearch-6.0.0-rc1.pom



Related Tutorials