文件下载
文件名 操作
x-pack-core-7.17.17.jar 下载
x-pack-core-7.17.17.pom 下载
x-pack-core-7.17.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.elasticsearch.plugin</groupId>
  <artifactId>x-pack-core</artifactId>
  <version>7.17.17</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.plugin:x-pack-core:7.17.17'
Gradle Kotlin
implementation("org.elasticsearch.plugin:x-pack-core:7.17.17")
Scala SBT
libraryDependencies += "org.elasticsearch.plugin" % "x-pack-core" % "7.17.17"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.plugin', module='x-pack-core', version='7.17.17')
)
Apache Ivy
<dependency org="org.elasticsearch.plugin" name="x-pack-core" rev="7.17.17" />
Leiningen
[org.elasticsearch.plugin/x-pack-core "7.17.17"]
Apache Buildr
'org.elasticsearch.plugin:x-pack-core:jar:7.17.17'