не последняя версия
Последняя версия 2.7.1

org.elasticsearch:elasticsearch-cloud-aws 2.6.0

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

Категории

Категории

AWS Контейнер PaaS Providers Search Прикладные библиотеки Elasticsearch
Группа

Группа

org.elasticsearch
Идентификатор

Идентификатор

elasticsearch-cloud-aws
Версия

Версия

2.6.0
Тип

Тип

jar

Скачать elasticsearch-cloud-aws 2.6.0


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