MVN

org.appfuse.archetypes : appfuse-modular-wicket

Maven & Gradle

Feb 20, 2015
406 stars

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

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

Latest Version

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

  • Latest Stable: 3.5.0

All Versions

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

Version Vulnerabilities Updated
3.5.x
appfuse-modular-wicket-3.5.0
3.0.x
appfuse-modular-wicket-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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