| Категории |
КатегорииJakarta Server Faces Jakarta EE The Web Tier |
|---|---|
| Группа | Группаcom.liferay.faces.demos |
| Идентификатор | Идентификаторjsf2-cdi-portlet |
| Версия | Версия3.1.2-ga3 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| jsf2-cdi-portlet-3.1.2-ga3.pom | |
| jsf2-cdi-portlet-3.1.2-ga3.war | 1 MB |
| jsf2-cdi-portlet-3.1.2-ga3-sources.jar | 25 KB |
| jsf2-cdi-portlet-3.1.2-ga3-javadoc.jar | 94 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-cdi-portlet/ -->
<dependency>
<groupId>com.liferay.faces.demos</groupId>
<artifactId>jsf2-cdi-portlet</artifactId>
<version>3.1.2-ga3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-cdi-portlet/
implementation 'com.liferay.faces.demos:jsf2-cdi-portlet:3.1.2-ga3'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-cdi-portlet/
implementation ("com.liferay.faces.demos:jsf2-cdi-portlet:3.1.2-ga3")
'com.liferay.faces.demos:jsf2-cdi-portlet:war:3.1.2-ga3'
<dependency org="com.liferay.faces.demos" name="jsf2-cdi-portlet" rev="3.1.2-ga3">
<artifact name="jsf2-cdi-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='jsf2-cdi-portlet', version='3.1.2-ga3')
)
libraryDependencies += "com.liferay.faces.demos" % "jsf2-cdi-portlet" % "3.1.2-ga3"
[com.liferay.faces.demos/jsf2-cdi-portlet "3.1.2-ga3"]