MVN

org.apache.struts : struts-archetypes

Maven & Gradle

Feb 24, 2023
4 stars

Struts 2 Maven Archetypes · Collection of Apache Struts Maven Archetypes

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-archetypes</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.0

All Versions

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

Version Vulnerabilities Updated
6.0.x
struts-archetypes-6.0.0
2.5.x
struts-archetypes-2.5.22
struts-archetypes-2.5.14
struts-archetypes-2.5.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-archetypes</artifactId>
    <version>6.0.0</version>
</dependency>