is not current version
Last Version 6.0.0

org.apache.struts:struts2-apps 2.5.12


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-apps
Version

Version

2.5.12
Type

Type

pom

Download struts2-apps 2.5.12

Filename Size
struts2-apps-2.5.12.pom 4 KB
Browse

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