MVN

com.opensymphony : xwork-core

Maven & Gradle

Sep 19, 2009
4 usages

XWork: Core

<dependency>
    <groupId>com.opensymphony</groupId>
    <artifactId>xwork-core</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.6

All Versions

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

Version Vulnerabilities Updated
2.1.x
xwork-core-2.1.6
20 vulnerabilities
xwork-core-2.1.5
20 vulnerabilities
xwork-core-2.1.4
20 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>com.opensymphony</groupId>
    <artifactId>xwork-core</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.opensymphony:xwork-core:2.1.6'

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

implementation("com.opensymphony:xwork-core:2.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.opensymphony" % "xwork-core" % "2.1.6"

Advertisement