Download elasticsearch-2.0.0-beta2.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 2.0.0-beta2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add elasticsearch-2.0.0-beta2.jar to your project.

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

Download

Click the following link to download the jar file.

elasticsearch-2.0.0-beta2.pom



Related Tutorials