| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJakarta Server Faces Jakarta EE The Web Tier |
| Группа | Группаcom.linkare |
| Идентификатор | Идентификаторjsf |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.linkare.jsf
This project homes JSF components that will enhance, alter or otherwise
change the way another project behaves without major alterations to
the source code. The components found in this project are expected to
be pluggable and the least intrusive to the original's project source
code.
|
| Имя Файла | Размер |
|---|---|
| jsf-2.0.0.pom | |
| jsf-2.0.0.jar | 17 KB |
| jsf-2.0.0-sources.jar | 11 KB |
| jsf-2.0.0-javadoc.jar | 444 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.linkare/jsf/ -->
<dependency>
<groupId>com.linkare</groupId>
<artifactId>jsf</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkare/jsf/
implementation 'com.linkare:jsf:2.0.0'
// https://jarcasting.com/artifacts/com.linkare/jsf/
implementation ("com.linkare:jsf:2.0.0")
'com.linkare:jsf:jar:2.0.0'
<dependency org="com.linkare" name="jsf" rev="2.0.0">
<artifact name="jsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkare', module='jsf', version='2.0.0')
)
libraryDependencies += "com.linkare" % "jsf" % "2.0.0"
[com.linkare/jsf "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.linkare : common.utils | jar | 2.0.0 |
| com.linkare : validation | jar | 2.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| com.sun.faces : jsf-api | jar | 2.1.21 |
| com.sun.faces : jsf-impl | jar | 2.1.21 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |