is not current version
Last Version 2.0-m5

org.appfuse:appfuse-modular-jsf 2.0-m4

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.

Categories

Categories

Jakarta Server Faces Jakarta EE The Web Tier
GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-modular-jsf
Version

Version

2.0-m4
Type

Type

jar

Download appfuse-modular-jsf 2.0-m4


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