is not current version
Last Version 2.9

com.addc:addc-web-mvc 2.6.1

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-mvc
Version

Version

2.6.1
Type

Type

war

Download addc-web-mvc 2.6.1


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