is not current version
Last Version 3.5.0

org.appfuse:appfuse-struts 2.0-m5

Struts 2 Module for AppFuse: includes Struts 2 and Display Tag. Include this module in your dependencies if you want to use Struts 2 as your web framework.

GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-struts
Version

Version

2.0-m5
Type

Type

war

Download appfuse-struts 2.0-m5


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