не последняя версия
Последняя версия 3.5.0

org.appfuse.archetypes:appfuse-modular-jsf 2.2

Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well as AppFuse's JSF implementation.

Категории

Категории

Jakarta Server Faces Jakarta EE The Web Tier
Группа

Группа

org.appfuse.archetypes
Идентификатор

Идентификатор

appfuse-modular-jsf
Версия

Версия

2.2
Тип

Тип

pom

Скачать appfuse-modular-jsf 2.2

Имя Файла Размер
appfuse-modular-jsf-2.2.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-jsf/ -->
<dependency>
    <groupId>org.appfuse.archetypes</groupId>
    <artifactId>appfuse-modular-jsf</artifactId>
    <version>2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-jsf/
implementation 'org.appfuse.archetypes:appfuse-modular-jsf:2.2'
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-jsf/
implementation ("org.appfuse.archetypes:appfuse-modular-jsf:2.2")
'org.appfuse.archetypes:appfuse-modular-jsf:pom:2.2'
<dependency org="org.appfuse.archetypes" name="appfuse-modular-jsf" rev="2.2">
  <artifact name="appfuse-modular-jsf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.appfuse.archetypes', module='appfuse-modular-jsf', version='2.2')
)
libraryDependencies += "org.appfuse.archetypes" % "appfuse-modular-jsf" % "2.2"
[org.appfuse.archetypes/appfuse-modular-jsf "2.2"]