is not current version
Last Version 3.5.0

org.appfuse:appfuse-web 2.0-m3

AppFuse Web Frameworks: JSF, Spring MVC, Struts 2 and Tapestry.

GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-web
Version

Version

2.0-m3
Type

Type

pom

Download appfuse-web 2.0-m3

Filename Size
appfuse-web-2.0-m3.pom 1 KB
Browse

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