is not current version
Last Version 2.6.1

com.addc:addc-web-struts12 2.6

The addc-web-struts12 library supplies a WAR file with struts 1.2 based login/logout access denied and error pages for use in other WAR packages.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-web-struts12
Version

Version

2.6
Type

Type

war

Download addc-web-struts12 2.6


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