Jar examples for w:webwork
WebWork is a Java web-application development framework. It is built specifically with developer productivity and code simplicity in mind, providing robust support for building reusable UI templates, such as form controls, UI themes, internationalization, dynamic form parameter mapping to JavaBeans, robust client and server side validation, and much more.
You can download jar file webwork 2.1.7 in this page.
The OpenSymphony Software License 1.1
You can use the following script to add webwork-2.1.7.jar to your project.
<dependency> <groupId>opensymphony</groupId> <artifactId>webwork</artifactId> <version>2.1.7</version> </dependency>
compile group: 'opensymphony', name: 'webwork', version: '2.1.7'
libraryDependencies += "opensymphony" % "webwork" % "2.1.7"
<dependency org="opensymphony" name="webwork" rev="2.1.7"/>
@Grapes(@Grab(group='opensymphony', module='webwork', version='2.1.7'))
'opensymphony:webwork:jar:2.1.7'
Click the following link to download the jar file.
webwork-2.1.7.jar