Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch |
ArtifactId | ArtifactIdelasticsearch-cloud |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
elasticsearch-cloud-0.7.1.pom | |
elasticsearch-cloud-0.7.1.jar | 37 KB |
elasticsearch-cloud-0.7.1-sources.jar | 23 KB |
elasticsearch-cloud-0.7.1-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud/ -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud/
implementation 'org.elasticsearch:elasticsearch-cloud:0.7.1'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-cloud/
implementation ("org.elasticsearch:elasticsearch-cloud:0.7.1")
'org.elasticsearch:elasticsearch-cloud:jar:0.7.1'
<dependency org="org.elasticsearch" name="elasticsearch-cloud" rev="0.7.1">
<artifact name="elasticsearch-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-cloud', version='0.7.1')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-cloud" % "0.7.1"
[org.elasticsearch/elasticsearch-cloud "0.7.1"]