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