is not current version
Last Version 2.0.3

opensymphony:xwork 1.2.3

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

opensymphony
ArtifactId

ArtifactId

xwork
Version

Version

1.2.3
Type

Type

jar

Download xwork 1.2.3


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