MVN

io.github.weblegacy : struts-parent

Maven & Gradle

Nov 10, 2022
32 stars

Struts · The goal of the Apache Struts project is to encourage application architectures based on the "Model 2" approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages.

<dependency>
    <groupId>io.github.weblegacy</groupId>
    <artifactId>struts-parent</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.weblegacy : struts-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of io.github.weblegacy : struts-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
struts-parent-1.4.3
struts-parent-1.4.2
struts-parent-1.4.1
struts-parent-1.4.0
1.3.x
struts-parent-1.3.11

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.weblegacy</groupId>
    <artifactId>struts-parent</artifactId>
    <version>1.4.3</version>
</dependency>