x

xwork

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.
http://www.opensymphony.com/xwork/
The OpenSymphony Software License 1.1
OpenSymphony
Patrick Lightbody Jason Carreira Rainer Hermanns Gabriel Zimmermann Peter Kelley Ted Husted Alexandru Popescu Rene Gielen Toby Jee Bob Lee Matt Ho Cameron Braid Bill Lynch James House Jon Lipsky Matthew Payne Mark Woon James Mitchell
Files download
File Operation
xwork-2.0.0.jar download
xwork-2.0.0.pom download
xwork-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>opensymphony</groupId>
  <artifactId>xwork</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'opensymphony:xwork:2.0.0'
Gradle Kotlin
implementation("opensymphony:xwork:2.0.0")
Scala SBT
libraryDependencies += "opensymphony" % "xwork" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='opensymphony', module='xwork', version='2.0.0')
)
Apache Ivy
<dependency org="opensymphony" name="xwork" rev="2.0.0" />
Leiningen
[opensymphony/xwork "2.0.0"]
Apache Buildr
'opensymphony:xwork:jar:2.0.0'