is not current version
Last Version 2.7.1

org.elasticsearch:elasticsearch-cloud-aws 1.9.0

AWS Cloud plugin for ElasticSearch

Categories

Categories

AWS Container PaaS Providers Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

elasticsearch-cloud-aws
Version

Version

1.9.0
Type

Type

jar

Download elasticsearch-cloud-aws 1.9.0


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