Categories |
CategoriesAWS Container PaaS Providers Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch |
ArtifactId | ArtifactIdelasticsearch-cloud-aws |
Version | Version0.17.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/ -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud-aws</artifactId>
<version>0.17.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/
implementation 'org.elasticsearch:elasticsearch-cloud-aws:0.17.8'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud-aws/
implementation ("org.elasticsearch:elasticsearch-cloud-aws:0.17.8")
'org.elasticsearch:elasticsearch-cloud-aws:jar:0.17.8'
<dependency org="org.elasticsearch" name="elasticsearch-cloud-aws" rev="0.17.8">
<artifact name="elasticsearch-cloud-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-cloud-aws', version='0.17.8')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-cloud-aws" % "0.17.8"
[org.elasticsearch/elasticsearch-cloud-aws "0.17.8"]