MVN

com.liferay : com.liferay.portal.search.elasticsearch6.xpack.security.impl

Maven & Gradle

Jul 24, 2023
2k stars

Liferay Portal Search Elasticsearch6 X-Pack Security Implementation

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.search.elasticsearch6.xpack.security.impl</artifactId>
    <version>3.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.portal.search.elasticsearch6.xpack.security.impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.31

All Versions

Choose a version of com.liferay : com.liferay.portal.search.elasticsearch6.xpack.security.impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.31
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.30
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.29
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.28
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.27
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.26
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.25
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.24
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.23
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.22
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.21
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.20
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.19
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.18
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.17
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.16
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.15
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.14
com.liferay.portal.search.elasticsearch6.xpack.security.impl-3.0.13
2.0.x
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.40
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.39
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.38
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.37
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.36
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.35
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.34
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.33
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.32
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.31
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.30
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.29
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.28
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.27
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.26
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.25
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.24
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.23
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.22
com.liferay.portal.search.elasticsearch6.xpack.security.impl-2.0.21
1.0.x
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.31
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.30
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.29
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.28
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.27
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.26
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.25
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.24
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.23
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.22
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.21
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.20
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.19
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.18
com.liferay.portal.search.elasticsearch6.xpack.security.impl-1.0.17

How to add a dependency to Maven

Add the following com.liferay : com.liferay.portal.search.elasticsearch6.xpack.security.impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.search.elasticsearch6.xpack.security.impl</artifactId>
    <version>3.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.portal.search.elasticsearch6.xpack.security.impl gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.portal.search.elasticsearch6.xpack.security.impl:3.0.31'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.portal.search.elasticsearch6.xpack.security.impl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.portal.search.elasticsearch6.xpack.security.impl:3.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.portal.search.elasticsearch6.xpack.security.impl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.portal.search.elasticsearch6.xpack.security.impl" % "3.0.31"

Advertisement