MVN

org.appfuse.archetypes : appfuse-modular-tapestry

Maven & Gradle

Feb 20, 2015
405 stars

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

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

Latest Version

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

  • Latest Stable: 3.5.0
  • Latest Release Candidate: 2.0-rc1

All Versions

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

Version Vulnerabilities Updated
3.5.x
appfuse-modular-tapestry-3.5.0
3.0.x
appfuse-modular-tapestry-3.0.0
2.2.x
appfuse-modular-tapestry-2.2.1
2.2
appfuse-modular-tapestry-2.2
2.1.x
appfuse-modular-tapestry-2.1.0
appfuse-modular-tapestry-2.1.0-M2
appfuse-modular-tapestry-2.1.0-M1
2.0.x
appfuse-modular-tapestry-2.0.2
appfuse-modular-tapestry-2.0.1
2.0
appfuse-modular-tapestry-2.0
appfuse-modular-tapestry-2.0-rc1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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