is not current version
Last Version 6.0.0

org.apache.struts:struts2-core 2.2.1


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-core
Version

Version

2.2.1
Type

Type

jar

Download struts2-core 2.2.1


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