MVN

org.appfuse.archetypes : appfuse-ws

Maven & Gradle

Feb 20, 2015
405 stars

AppFuse Web Services Archetype · Maven 2 archetype that creates a backend (Managers, DAOs and Web Services) application and uses Enunciate to expose its web services as SOAP and REST endpoints.

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

Latest Version

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

  • Latest Stable: 3.5.0

All Versions

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

Version Vulnerabilities Updated
3.5.x
appfuse-ws-3.5.0
3.0.x
appfuse-ws-3.0.0
2.2.x
appfuse-ws-2.2.1
2.2
appfuse-ws-2.2
2.1.x
appfuse-ws-2.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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