| License | License | 
|---|---|
| Categories | CategoriesDistribution Build Tools Search Business Logic Libraries Elasticsearch | 
| GroupId | GroupIdorg.elasticsearch.distribution.zip | 
| ArtifactId | ArtifactIdelasticsearch | 
| Last Version | Last Version6.8.23 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionElasticsearch A Distributed RESTful Search Engine | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| elasticsearch-6.8.23.pom | |
| elasticsearch-6.8.23.zip | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.elasticsearch.distribution.zip/elasticsearch/ -->
<dependency>
    <groupId>org.elasticsearch.distribution.zip</groupId>
    <artifactId>elasticsearch</artifactId>
    <version>6.8.23</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.elasticsearch.distribution.zip/elasticsearch/
implementation 'org.elasticsearch.distribution.zip:elasticsearch:6.8.23'// https://jarcasting.com/artifacts/org.elasticsearch.distribution.zip/elasticsearch/
implementation ("org.elasticsearch.distribution.zip:elasticsearch:6.8.23")'org.elasticsearch.distribution.zip:elasticsearch:pom:6.8.23'<dependency org="org.elasticsearch.distribution.zip" name="elasticsearch" rev="6.8.23">
  <artifact name="elasticsearch" type="pom" />
</dependency>@Grapes(
@Grab(group='org.elasticsearch.distribution.zip', module='elasticsearch', version='6.8.23')
)libraryDependencies += "org.elasticsearch.distribution.zip" % "elasticsearch" % "6.8.23"[org.elasticsearch.distribution.zip/elasticsearch "6.8.23"]