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