is not current version
Last Version 3.5.0

org.appfuse:appfuse-web 3.0.0

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

GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-web
Version

Version

3.0.0
Type

Type

pom

Download appfuse-web 3.0.0

Filename Size
appfuse-web-3.0.0.pom 8 KB
Browse

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