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