is not current version
Last Version 2.7.1

org.elasticsearch:elasticsearch-cloud-aws 2.1.1

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

Categories

Categories

AWS Container PaaS Providers Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

elasticsearch-cloud-aws
Version

Version

2.1.1
Type

Type

jar

Download elasticsearch-cloud-aws 2.1.1


<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/ -->
<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>elasticsearch-cloud-aws</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/
implementation 'org.elasticsearch:elasticsearch-cloud-aws:2.1.1'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/
implementation ("org.elasticsearch:elasticsearch-cloud-aws:2.1.1")
'org.elasticsearch:elasticsearch-cloud-aws:jar:2.1.1'
<dependency org="org.elasticsearch" name="elasticsearch-cloud-aws" rev="2.1.1">
  <artifact name="elasticsearch-cloud-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-cloud-aws', version='2.1.1')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-cloud-aws" % "2.1.1"
[org.elasticsearch/elasticsearch-cloud-aws "2.1.1"]