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

org.apache.struts:struts2-apps 2.3.8


Группа

Группа

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

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

struts2-apps
Версия

Версия

2.3.8
Тип

Тип

pom

Скачать struts2-apps 2.3.8

Имя Файла Размер
struts2-apps-2.3.8.pom 9 KB
Обзор

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