не последняя версия
Последняя версия 2.5.22

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


Группа

Группа

org.apache.struts
Идентификатор

Идентификатор

struts2-archetype-portlet
Версия

Версия

2.3.15.1
Тип

Тип

jar

Скачать struts2-archetype-portlet 2.3.15.1


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