is not current version
Last Version 3.5.0

org.appfuse:appfuse-struts 3.0.0

Struts 2 Module for AppFuse: includes Struts 2 and Display Tag.

GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-struts
Version

Version

3.0.0
Type

Type

war

Download appfuse-struts 3.0.0


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