is not current version
Last Version 2.5.22

org.apache.struts:struts2-archetype-starter 2.3.15.1


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetype-starter
Version

Version

2.3.15.1
Type

Type

jar

Download struts2-archetype-starter 2.3.15.1


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