is not current version
Last Version 3.5.0

org.appfuse.archetypes:appfuse-modular-jsf 2.1.0-M1

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.archetypes
ArtifactId

ArtifactId

appfuse-modular-jsf
Version

Version

2.1.0-M1
Type

Type

jar

Download appfuse-modular-jsf 2.1.0-M1


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