Download xwork-2.0.4.jar file - Jar x

Jar examples for x:xwork

Description

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.

You can download jar file xwork 2.0.4 in this page.

License

The OpenSymphony Software License 1.1

Build File

You can use the following script to add xwork-2.0.4.jar to your project.

<dependency>
   <groupId>com.opensymphony</groupId>
   <artifactId>xwork</artifactId>
   <version>2.0.4</version>
</dependency>
compile group: 'com.opensymphony', name: 'xwork', version: '2.0.4'
libraryDependencies += "com.opensymphony" % "xwork" % "2.0.4"
<dependency org="com.opensymphony" name="xwork" rev="2.0.4"/>
@Grapes(@Grab(group='com.opensymphony', module='xwork', version='2.0.4'))
'com.opensymphony:xwork:jar:2.0.4'

Download

Click the following link to download the jar file.

xwork-2.0.4-javadoc.jar
xwork-2.0.4-sources.jar
xwork-2.0.4.jar
xwork-2.0.4.pom



Related Tutorials