is not current version
Last Version 3.5.0

org.appfuse.archetypes:appfuse-ws 2.2

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.

GroupId

GroupId

org.appfuse.archetypes
ArtifactId

ArtifactId

appfuse-ws
Version

Version

2.2
Type

Type

pom

Download appfuse-ws 2.2

Filename Size
appfuse-ws-2.2.pom 3 KB
Browse

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