MVN

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

Maven & Gradle

Jun 01, 2013

ICEfaces3 Chat Portlet · This plugin is a chat portlet that utilizes ICEfaces Ajax Push Inter-Portlet Communication (IPC).

<dependency>
    <groupId>com.liferay.faces.demos</groupId>
    <artifactId>icefaces3-chat-portlet</artifactId>
    <version>3.0.2-ga3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.2-ga3

All Versions

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

Version Vulnerabilities Updated
3.1.x
icefaces3-chat-portlet-3.1.2-ga3
icefaces3-chat-portlet-3.1.1-ga2
icefaces3-chat-portlet-3.1.0-ga1
3.0.x
icefaces3-chat-portlet-3.0.2-ga3
icefaces3-chat-portlet-3.0.1-ga2
icefaces3-chat-portlet-3.0.0-ga1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.liferay.faces.demos</groupId>
    <artifactId>icefaces3-chat-portlet</artifactId>
    <version>3.0.2-ga3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.liferay.faces.demos:icefaces3-chat-portlet:3.0.2-ga3'

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

implementation("com.liferay.faces.demos:icefaces3-chat-portlet:3.0.2-ga3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.liferay.faces.demos" % "icefaces3-chat-portlet" % "3.0.2-ga3"