MVN

org.apache.struts : struts-parent

Maven & Gradle

Dec 07, 2008

Apache 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>org.apache.struts</groupId>
    <artifactId>struts-parent</artifactId>
    <version>1.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.struts : struts-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3.10

All Versions

Choose a version of org.apache.struts : struts-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2
struts-parent-2
1.3.x
struts-parent-1.3.10
struts-parent-1.3.9
struts-parent-1.3.8
struts-parent-1.3.5
1
struts-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-parent</artifactId>
    <version>1.3.10</version>
</dependency>