is not current version
Last Version 2.5.22

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


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetype-portlet
Version

Version

2.2.3.1
Type

Type

jar

Download struts2-archetype-portlet 2.2.3.1


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