c

com.liferay.faces.archetype.jsf.jsp.portlet

Maven archetype for a Liferay JSF JSP portlet
文件下载
文件名 操作
com.liferay.faces.archetype.jsf.jsp.portlet-4.0.2.jar 下载
com.liferay.faces.archetype.jsf.jsp.portlet-4.0.2.pom 下载
com.liferay.faces.archetype.jsf.jsp.portlet-4.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.liferay.faces.archetype</groupId>
  <artifactId>com.liferay.faces.archetype.jsf.jsp.portlet</artifactId>
  <version>4.0.2</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'com.liferay.faces.archetype:com.liferay.faces.archetype.jsf.jsp.portlet:4.0.2'
Gradle Kotlin
implementation("com.liferay.faces.archetype:com.liferay.faces.archetype.jsf.jsp.portlet:4.0.2")
Scala SBT
libraryDependencies += "com.liferay.faces.archetype" % "com.liferay.faces.archetype.jsf.jsp.portlet" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.liferay.faces.archetype', module='com.liferay.faces.archetype.jsf.jsp.portlet', version='4.0.2')
)
Apache Ivy
<dependency org="com.liferay.faces.archetype" name="com.liferay.faces.archetype.jsf.jsp.portlet" rev="4.0.2" />
Leiningen
[com.liferay.faces.archetype/com.liferay.faces.archetype.jsf.jsp.portlet "4.0.2"]
Apache Buildr
'com.liferay.faces.archetype:com.liferay.faces.archetype.jsf.jsp.portlet:jar:4.0.2'