MVN

org.apache.struts.xwork : xwork-core

Maven & Gradle

Dec 30, 2018
62 usages
1.1k stars

XWork: Core

<dependency>
    <groupId>org.apache.struts.xwork</groupId>
    <artifactId>xwork-core</artifactId>
    <version>2.3.37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.struts.xwork : xwork-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.37

All Versions

Choose a version of org.apache.struts.xwork : xwork-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
xwork-core-2.3.37
xwork-core-2.3.36
xwork-core-2.3.35
xwork-core-2.3.34
CVE-2018-11776
xwork-core-2.3.33
2 vulnerabilities
xwork-core-2.3.32
3 vulnerabilities
xwork-core-2.3.31
3 vulnerabilities
xwork-core-2.3.30
3 vulnerabilities
xwork-core-2.3.29
3 vulnerabilities
xwork-core-2.3.28.1
8 vulnerabilities
xwork-core-2.3.28
8 vulnerabilities
xwork-core-2.3.24.3
10 vulnerabilities
xwork-core-2.3.24.1
11 vulnerabilities
xwork-core-2.3.24
12 vulnerabilities
xwork-core-2.3.20.3
12 vulnerabilities
xwork-core-2.3.20.1
12 vulnerabilities
xwork-core-2.3.20
13 vulnerabilities
xwork-core-2.3.16.3
9 vulnerabilities
xwork-core-2.3.16.2
9 vulnerabilities
xwork-core-2.3.16.1
10 vulnerabilities
xwork-core-2.3.16
10 vulnerabilities
xwork-core-2.3.15.3
10 vulnerabilities
xwork-core-2.3.15.2
10 vulnerabilities
xwork-core-2.3.15.1
10 vulnerabilities
xwork-core-2.3.15
10 vulnerabilities
xwork-core-2.3.14.3
10 vulnerabilities
xwork-core-2.3.14.2
10 vulnerabilities
xwork-core-2.3.14.1
12 vulnerabilities
xwork-core-2.3.14
12 vulnerabilities
xwork-core-2.3.12
12 vulnerabilities
xwork-core-2.3.8
12 vulnerabilities
xwork-core-2.3.7
12 vulnerabilities
xwork-core-2.3.4.1
11 vulnerabilities
xwork-core-2.3.4
12 vulnerabilities
xwork-core-2.3.3
12 vulnerabilities
xwork-core-2.3.1.2
12 vulnerabilities
xwork-core-2.3.1.1
12 vulnerabilities
xwork-core-2.3.1
12 vulnerabilities
2.2.x
xwork-core-2.2.3.1
12 vulnerabilities
xwork-core-2.2.3
15 vulnerabilities
xwork-core-2.2.1.1
17 vulnerabilities
xwork-core-2.2.1
17 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.struts.xwork</groupId>
    <artifactId>xwork-core</artifactId>
    <version>2.3.37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.struts.xwork : xwork-core gradle dependency to your build.gradle file:

implementation 'org.apache.struts.xwork:xwork-core:2.3.37'

Gradle Kotlin DSL: Add the following org.apache.struts.xwork : xwork-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.struts.xwork:xwork-core:2.3.37")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.struts.xwork : xwork-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.struts.xwork" % "xwork-core" % "2.3.37"