MVN

opensymphony : webwork-src

Maven & Gradle

Apr 13, 2007
<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>webwork-src</artifactId>
    <version>2.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.5

All Versions

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

  • Version Updated
  • webwork-src-2.2.5

    Apr 13, 2007
  • webwork-src-2.2.4

    Sep 19, 2006
  • webwork-src-2.2.3

    Aug 26, 2006
  • webwork-src-2.2.2

    Mar 24, 2006
  • webwork-src-2.2.1

    Feb 06, 2006
  • webwork-src-2.2

    Jan 14, 2006

How to add a dependency to Maven

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

<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>webwork-src</artifactId>
    <version>2.2.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'opensymphony:webwork-src:2.2.5'

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

implementation("opensymphony:webwork-src:2.2.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "opensymphony" % "webwork-src" % "2.2.5"