is not current version
Last Version 2.1.3

com.opensymphony:xwork 2.1.0

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.1.0
Type

Type

jar

Download xwork 2.1.0


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