j

jsf2-login-portlet

This plugin is an alternate JSF 2 portlet for the out-of-the-box Liferay Sign-In portlet.
Files download
File Operation
jsf2-login-portlet-3.1.2-ga3.pom download
jsf2-login-portlet-3.1.2-ga3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.liferay.faces.demos</groupId>
  <artifactId>jsf2-login-portlet</artifactId>
  <version>3.1.2-ga3</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.liferay.faces.demos:jsf2-login-portlet:3.1.2-ga3'
Gradle Kotlin
implementation("com.liferay.faces.demos:jsf2-login-portlet:3.1.2-ga3")
Scala SBT
libraryDependencies += "com.liferay.faces.demos" % "jsf2-login-portlet" % "3.1.2-ga3"
Groovy Grape
@Grapes(
  @Grab(group='com.liferay.faces.demos', module='jsf2-login-portlet', version='3.1.2-ga3')
)
Apache Ivy
<dependency org="com.liferay.faces.demos" name="jsf2-login-portlet" rev="3.1.2-ga3" />
Leiningen
[com.liferay.faces.demos/jsf2-login-portlet "3.1.2-ga3"]
Apache Buildr
'com.liferay.faces.demos:jsf2-login-portlet:jar:3.1.2-ga3'