Download webwork-2.1.5.jar file - Jar w

Jar examples for w:webwork

Description

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.5 in this page.

License

The OpenSymphony Software License 1.1

Build File

You can use the following script to add webwork-2.1.5.jar to your project.

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

Download

Click the following link to download the jar file.

webwork-2.1.5-sources.jar
webwork-2.1.5.jar
webwork-2.1.5.pom



Related Tutorials