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