Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch.plugin |
ArtifactId | ArtifactIdx-pack-core |
Version | Version6.8.22 |
Type | Typejar |
Filename | Size |
---|---|
x-pack-core-6.8.22.pom | |
x-pack-core-6.8.22.jar | 2 MB |
x-pack-core-6.8.22-sources.jar | 1 MB |
x-pack-core-6.8.22-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/x-pack-core/ -->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>x-pack-core</artifactId>
<version>6.8.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/x-pack-core/
implementation 'org.elasticsearch.plugin:x-pack-core:6.8.22'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/x-pack-core/
implementation ("org.elasticsearch.plugin:x-pack-core:6.8.22")
'org.elasticsearch.plugin:x-pack-core:jar:6.8.22'
<dependency org="org.elasticsearch.plugin" name="x-pack-core" rev="6.8.22">
<artifact name="x-pack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='x-pack-core', version='6.8.22')
)
libraryDependencies += "org.elasticsearch.plugin" % "x-pack-core" % "6.8.22"
[org.elasticsearch.plugin/x-pack-core "6.8.22"]