| Categories |
CategoriesAWS Container PaaS Providers Search Business Logic Libraries Elasticsearch |
|---|---|
| GroupId | GroupIdorg.elasticsearch |
| ArtifactId | ArtifactIdelasticsearch-cloud-aws |
| Version | Version2.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elasticsearch-cloud-aws-2.4.1.pom | |
| elasticsearch-cloud-aws-2.4.1.zip | 14 MB |
| elasticsearch-cloud-aws-2.4.1-sources.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/ -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud-aws</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/
implementation 'org.elasticsearch:elasticsearch-cloud-aws:2.4.1'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/
implementation ("org.elasticsearch:elasticsearch-cloud-aws:2.4.1")
'org.elasticsearch:elasticsearch-cloud-aws:jar:2.4.1'
<dependency org="org.elasticsearch" name="elasticsearch-cloud-aws" rev="2.4.1">
<artifact name="elasticsearch-cloud-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-cloud-aws', version='2.4.1')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-cloud-aws" % "2.4.1"
[org.elasticsearch/elasticsearch-cloud-aws "2.4.1"]