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