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