MVN

com.liferay.faces.demos : icefaces3-documents-portlet

Maven & Gradle

Aug 12, 2015

ICEfaces3 Documents Portlet

<dependency>
    <groupId>com.liferay.faces.demos</groupId>
    <artifactId>icefaces3-documents-portlet</artifactId>
    <version>3.0.5-ga6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.faces.demos : icefaces3-documents-portlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5-ga6

All Versions

Choose a version of com.liferay.faces.demos : icefaces3-documents-portlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
icefaces3-documents-portlet-3.2.4-ga5
3.1.x
icefaces3-documents-portlet-3.1.5-ga6
icefaces3-documents-portlet-3.1.4-ga5
icefaces3-documents-portlet-3.1.3-ga4
icefaces3-documents-portlet-3.1.2-ga3
icefaces3-documents-portlet-3.1.1-ga2
icefaces3-documents-portlet-3.1.0-ga1
3.0.x
icefaces3-documents-portlet-3.0.5-ga6
icefaces3-documents-portlet-3.0.4-ga5
icefaces3-documents-portlet-3.0.3-ga4
icefaces3-documents-portlet-3.0.2-ga3
icefaces3-documents-portlet-3.0.1-ga2
icefaces3-documents-portlet-3.0.0-ga1

How to add a dependency to Maven

Add the following com.liferay.faces.demos : icefaces3-documents-portlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.faces.demos</groupId>
    <artifactId>icefaces3-documents-portlet</artifactId>
    <version>3.0.5-ga6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.faces.demos : icefaces3-documents-portlet gradle dependency to your build.gradle file:

implementation 'com.liferay.faces.demos:icefaces3-documents-portlet:3.0.5-ga6'

Gradle Kotlin DSL: Add the following com.liferay.faces.demos : icefaces3-documents-portlet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.faces.demos:icefaces3-documents-portlet:3.0.5-ga6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.faces.demos : icefaces3-documents-portlet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.faces.demos" % "icefaces3-documents-portlet" % "3.0.5-ga6"