is not current version
Last Version 2.1.6

com.opensymphony:xwork-core 2.1.4


GroupId

GroupId

com.opensymphony
ArtifactId

ArtifactId

xwork-core
Version

Version

2.1.4
Type

Type

jar

Download xwork-core 2.1.4


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