MVN

com.opensymphony : webwork

Maven & Gradle

Jul 21, 2007
11 usages

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.

<dependency>
    <groupId>com.opensymphony</groupId>
    <artifactId>webwork</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opensymphony : webwork to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6

All Versions

Choose a version of com.opensymphony : webwork to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
webwork-2.2.6

How to add a dependency to Maven

Add the following com.opensymphony : webwork maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.opensymphony</groupId>
    <artifactId>webwork</artifactId>
    <version>2.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opensymphony : webwork gradle dependency to your build.gradle file:

implementation 'com.opensymphony:webwork:2.2.6'

Gradle Kotlin DSL: Add the following com.opensymphony : webwork gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opensymphony:webwork:2.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opensymphony : webwork sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opensymphony" % "webwork" % "2.2.6"

Advertisement

Dependencies from Group

Apr 24, 2009
19 usages
Jul 21, 2007
11 usages
Sep 19, 2009
4 usages

Discover Dependencies

Mar 06, 2006
1 usages
May 16, 2014
15 usages
40 stars
Mar 15, 2015
1 usages
0 stars
Sep 20, 2005
1 usages
Mar 25, 2013
7 usages
7 stars
Oct 09, 2013
13 usages
Aug 01, 2014
1 usages
57 stars
Sep 26, 2011
3 usages
9 stars