Files download
File Operation
x-pack-core-8.13.2.jar download
x-pack-core-8.13.2.pom download
x-pack-core-8.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch.plugin</groupId>
  <artifactId>x-pack-core</artifactId>
  <version>8.13.2</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.plugin:x-pack-core:8.13.2'
Gradle Kotlin
implementation("org.elasticsearch.plugin:x-pack-core:8.13.2")
Scala SBT
libraryDependencies += "org.elasticsearch.plugin" % "x-pack-core" % "8.13.2"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.plugin', module='x-pack-core', version='8.13.2')
)
Apache Ivy
<dependency org="org.elasticsearch.plugin" name="x-pack-core" rev="8.13.2" />
Leiningen
[org.elasticsearch.plugin/x-pack-core "8.13.2"]
Apache Buildr
'org.elasticsearch.plugin:x-pack-core:jar:8.13.2'