is not current version
Last Version 2.3.37

org.apache.struts.xwork:xwork-core 2.3.32


GroupId

GroupId

org.apache.struts.xwork
ArtifactId

ArtifactId

xwork-core
Version

Version

2.3.32
Type

Type

jar

Download xwork-core 2.3.32


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