Download elasticsearch-cloud-aws-2.2.0.jar file - Jar e

Jar examples for e:elasticsearch-cloud-aws

Description

The Amazon Web Service (AWS) Cloud plugin allows to use AWS API for the unicast discovery mechanism and add S3 repositories.

You can download jar file elasticsearch-cloud-aws 2.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add elasticsearch-cloud-aws-2.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

elasticsearch-cloud-aws-2.2.0-sources.jar
elasticsearch-cloud-aws-2.2.0.jar
elasticsearch-cloud-aws-2.2.0.pom



Related Tutorials