is not current version
Last Version 8.2.3

org.elasticsearch.plugin:x-pack-core 7.17.3

Elasticsearch Expanded Pack Plugin - Core

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.plugin
ArtifactId

ArtifactId

x-pack-core
Version

Version

7.17.3
Type

Type

jar

Download x-pack-core 7.17.3


<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/x-pack-core/ -->
<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>x-pack-core</artifactId>
    <version>7.17.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/x-pack-core/
implementation 'org.elasticsearch.plugin:x-pack-core:7.17.3'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/x-pack-core/
implementation ("org.elasticsearch.plugin:x-pack-core:7.17.3")
'org.elasticsearch.plugin:x-pack-core:jar:7.17.3'
<dependency org="org.elasticsearch.plugin" name="x-pack-core" rev="7.17.3">
  <artifact name="x-pack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='x-pack-core', version='7.17.3')
)
libraryDependencies += "org.elasticsearch.plugin" % "x-pack-core" % "7.17.3"
[org.elasticsearch.plugin/x-pack-core "7.17.3"]