is not current version
Last Version 6.0.0

org.apache.struts:struts2-core 2.5.22


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-core
Version

Version

2.5.22
Type

Type

jar

Download struts2-core 2.5.22


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