MVN

io.github.hugomario : struts2-parent

Maven & Gradle

Jul 05, 2023
0 stars

Struts 2 · 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.hugomario</groupId>
    <artifactId>struts2-parent</artifactId>
    <version>6.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hugomario : struts2-parent to add to Maven - Latest Versions:

  • Latest Stable: 6.2.0

All Versions

Choose a version of io.github.hugomario : struts2-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
6.2.x
struts2-parent-6.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.hugomario</groupId>
    <artifactId>struts2-parent</artifactId>
    <version>6.2.0</version>
</dependency>