is not current version
Last Version 2.2.5

opensymphony:webwork 2.2.1

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.

GroupId

GroupId

opensymphony
ArtifactId

ArtifactId

webwork
Version

Version

2.2.1
Type

Type

jar

Download webwork 2.2.1


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