MVN

com.liferay.faces : liferay-faces-bridge-ice

Maven & Gradle

Aug 12, 2015
2 usages

Liferay Faces Bridge for ICEfaces · Liferay Faces Bridge for ICEfaces

<dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-bridge-ice</artifactId>
    <version>2.1.5-ga6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.faces : liferay-faces-bridge-ice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5-ga6

All Versions

Choose a version of com.liferay.faces : liferay-faces-bridge-ice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
liferay-faces-bridge-ice-2.2.5-ga6
liferay-faces-bridge-ice-2.2.4-ga5
2.1.x
liferay-faces-bridge-ice-2.1.5-ga6
liferay-faces-bridge-ice-2.1.4-ga5
liferay-faces-bridge-ice-2.1.3-ga4
liferay-faces-bridge-ice-2.1.2-ga3
liferay-faces-bridge-ice-2.1.1-ga2
liferay-faces-bridge-ice-2.1.0-ga1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-bridge-ice</artifactId>
    <version>2.1.5-ga6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.faces : liferay-faces-bridge-ice gradle dependency to your build.gradle file:

implementation 'com.liferay.faces:liferay-faces-bridge-ice:2.1.5-ga6'

Gradle Kotlin DSL: Add the following com.liferay.faces : liferay-faces-bridge-ice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.faces:liferay-faces-bridge-ice:2.1.5-ga6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.faces : liferay-faces-bridge-ice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.faces" % "liferay-faces-bridge-ice" % "2.1.5-ga6"

Advertisement