is not current version
Last Version 2.5.2

org.apache.struts:struts2-archetypes 2.5-BETA1


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetypes
Version

Version

2.5-BETA1
Type

Type

pom

Download struts2-archetypes 2.5-BETA1


<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-archetypes/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-archetypes</artifactId>
    <version>2.5-BETA1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-archetypes/
implementation 'org.apache.struts:struts2-archetypes:2.5-BETA1'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-archetypes/
implementation ("org.apache.struts:struts2-archetypes:2.5-BETA1")
'org.apache.struts:struts2-archetypes:pom:2.5-BETA1'
<dependency org="org.apache.struts" name="struts2-archetypes" rev="2.5-BETA1">
  <artifact name="struts2-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-archetypes', version='2.5-BETA1')
)
libraryDependencies += "org.apache.struts" % "struts2-archetypes" % "2.5-BETA1"
[org.apache.struts/struts2-archetypes "2.5-BETA1"]