is not current version
Last Version 2.5.22

org.apache.struts:struts2-archetype-portlet 2.3.33


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetype-portlet
Version

Version

2.3.33
Type

Type

jar

Download struts2-archetype-portlet 2.3.33


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