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