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