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