| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ploin.web |
| Идентификатор | ИдентификаторploinFaces |
| Последняя версия | Последняя версия2.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеploinFaces
With ploinFaces you can define a flow/conversation for a JSF-App. A flow contains views and attributes. If you leave the flow, the attributes will be removed from the http-session. This is similar to SpringWebFlow, but much easier und designed for JSF!
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ploinFaces-2.2.1.pom | |
| ploinFaces-2.2.1.jar | 41 KB |
| ploinFaces-2.2.1-sources.jar | 33 KB |
| ploinFaces-2.2.1-javadoc.jar | 151 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ploin.web/ploinFaces/ -->
<dependency>
<groupId>org.ploin.web</groupId>
<artifactId>ploinFaces</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ploin.web/ploinFaces/
implementation 'org.ploin.web:ploinFaces:2.2.1'
// https://jarcasting.com/artifacts/org.ploin.web/ploinFaces/
implementation ("org.ploin.web:ploinFaces:2.2.1")
'org.ploin.web:ploinFaces:jar:2.2.1'
<dependency org="org.ploin.web" name="ploinFaces" rev="2.2.1">
<artifact name="ploinFaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ploin.web', module='ploinFaces', version='2.2.1')
)
libraryDependencies += "org.ploin.web" % "ploinFaces" % "2.2.1"
[org.ploin.web/ploinFaces "2.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1 |
| commons-logging : commons-logging-api | jar | 1.1 |
| log4j : log4j | jar | 1.2.15 |
| dom4j : dom4j | jar | 1.6.1 |
| jaxen : jaxen | jar | 1.1.1 |
| com.sun.faces : jsf-api | jar | 2.0.2 |
| com.sun.faces : jsf-impl | jar | 2.0.2 |
| javax.servlet : servlet-api | jar | 2.5 |
| javax.el : el-api | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 5.9 |