is not current version
Last Version 2.1.3

com.opensymphony:xwork 2.0.4

XWork is an command-pattern framework that is used to power WebWork as well as other applications. XWork provides an Inversion of Control container, a powerful expression language, data type conversion, validation, and pluggable configuration.

GroupId

GroupId

com.opensymphony
ArtifactId

ArtifactId

xwork
Version

Version

2.0.4
Type

Type

jar

Download xwork 2.0.4


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