MVN

org.appfuse.archetypes : appfuse-modular-gwt

Maven & Gradle

Feb 20, 2015
405 stars

AppFuse Modular Archetype - GWT · 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 GWT implementation.

<dependency>
    <groupId>org.appfuse.archetypes</groupId>
    <artifactId>appfuse-modular-gwt</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.appfuse.archetypes : appfuse-modular-gwt to add to Maven - Latest Versions:

  • Latest Stable: 3.5.0

All Versions

Choose a version of org.appfuse.archetypes : appfuse-modular-gwt to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
appfuse-modular-gwt-3.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.appfuse.archetypes</groupId>
    <artifactId>appfuse-modular-gwt</artifactId>
    <version>3.5.0</version>
</dependency>