Files download
File Operation
elasticsearch-6.8.23.pom download
Apache Maven
<dependency>
  <groupId>org.elasticsearch.distribution.zip</groupId>
  <artifactId>elasticsearch</artifactId>
  <version>6.8.23</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.distribution.zip:elasticsearch:6.8.23'
Gradle Kotlin
implementation("org.elasticsearch.distribution.zip:elasticsearch:6.8.23")
Scala SBT
libraryDependencies += "org.elasticsearch.distribution.zip" % "elasticsearch" % "6.8.23"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.distribution.zip', module='elasticsearch', version='6.8.23')
)
Apache Ivy
<dependency org="org.elasticsearch.distribution.zip" name="elasticsearch" rev="6.8.23" />
Leiningen
[org.elasticsearch.distribution.zip/elasticsearch "6.8.23"]
Apache Buildr
'org.elasticsearch.distribution.zip:elasticsearch:jar:6.8.23'
Dependencies
The project has no third-party dependencies