| Категории |
КатегорииJakarta Server Faces Jakarta EE The Web Tier |
|---|---|
| Группа | Группаcom.sun.faces |
| Идентификатор | Идентификаторsimple-jsf |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| simple-jsf-1.0.pom | |
| simple-jsf-1.0.war | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.faces/simple-jsf/ -->
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>simple-jsf</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.faces/simple-jsf/
implementation 'com.sun.faces:simple-jsf:1.0'
// https://jarcasting.com/artifacts/com.sun.faces/simple-jsf/
implementation ("com.sun.faces:simple-jsf:1.0")
'com.sun.faces:simple-jsf:war:1.0'
<dependency org="com.sun.faces" name="simple-jsf" rev="1.0">
<artifact name="simple-jsf" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.faces', module='simple-jsf', version='1.0')
)
libraryDependencies += "com.sun.faces" % "simple-jsf" % "1.0"
[com.sun.faces/simple-jsf "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.faces : jsf-api | jar | 2.1 |
| javax : javaee-api | jar | 6.0 |