j

jsf2-login-portlet

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