MVN

org.apache.struts : struts2-gxp-plugin

Maven & Gradle

Jun 28, 2023
4 usages
1.2k stars

DEPRECATED: Struts 2 GXP Plugin - since 6.0.0

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-gxp-plugin</artifactId>
    <version>6.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.struts : struts2-gxp-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.0
  • Latest Beta: 2.5-BETA3

All Versions

Choose a version of org.apache.struts : struts2-gxp-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
struts2-gxp-plugin-6.2.0
6.1.x
struts2-gxp-plugin-6.1.2.1
struts2-gxp-plugin-6.1.2
struts2-gxp-plugin-6.1.1
6.0.x
struts2-gxp-plugin-6.0.3
struts2-gxp-plugin-6.0.0
2.5.x
struts2-gxp-plugin-2.5.31
struts2-gxp-plugin-2.5.30
struts2-gxp-plugin-2.5.29
struts2-gxp-plugin-2.5.28.3
struts2-gxp-plugin-2.5.28.2
struts2-gxp-plugin-2.5.28.1
struts2-gxp-plugin-2.5.28
struts2-gxp-plugin-2.5.27
struts2-gxp-plugin-2.5.26
struts2-gxp-plugin-2.5.25
struts2-gxp-plugin-2.5.22
struts2-gxp-plugin-2.5.20
struts2-gxp-plugin-2.5.18
struts2-gxp-plugin-2.5.17
struts2-gxp-plugin-2.5.16
struts2-gxp-plugin-2.5.14.1
struts2-gxp-plugin-2.5.14
struts2-gxp-plugin-2.5.13
struts2-gxp-plugin-2.5.12
struts2-gxp-plugin-2.5.10.1
struts2-gxp-plugin-2.5.10
struts2-gxp-plugin-2.5.8
struts2-gxp-plugin-2.5.5
struts2-gxp-plugin-2.5.2
struts2-gxp-plugin-2.5.1
2.5
struts2-gxp-plugin-2.5
struts2-gxp-plugin-2.5-BETA3
struts2-gxp-plugin-2.5-BETA2
struts2-gxp-plugin-2.5-BETA1
2.3.x
struts2-gxp-plugin-2.3.37
struts2-gxp-plugin-2.3.36
struts2-gxp-plugin-2.3.35
struts2-gxp-plugin-2.3.34
struts2-gxp-plugin-2.3.33
struts2-gxp-plugin-2.3.32
struts2-gxp-plugin-2.3.31
struts2-gxp-plugin-2.3.30
struts2-gxp-plugin-2.3.29
struts2-gxp-plugin-2.3.28.1
struts2-gxp-plugin-2.3.28
struts2-gxp-plugin-2.3.24.3
struts2-gxp-plugin-2.3.24.1
struts2-gxp-plugin-2.3.24
struts2-gxp-plugin-2.3.20.3
struts2-gxp-plugin-2.3.20.1
struts2-gxp-plugin-2.3.20
struts2-gxp-plugin-2.3.16.3
struts2-gxp-plugin-2.3.16.2
struts2-gxp-plugin-2.3.16.1
struts2-gxp-plugin-2.3.16
struts2-gxp-plugin-2.3.15.3
struts2-gxp-plugin-2.3.15.2
struts2-gxp-plugin-2.3.15.1
struts2-gxp-plugin-2.3.15
struts2-gxp-plugin-2.3.14.3
struts2-gxp-plugin-2.3.14.2
struts2-gxp-plugin-2.3.14.1
struts2-gxp-plugin-2.3.14
struts2-gxp-plugin-2.3.12
struts2-gxp-plugin-2.3.8
struts2-gxp-plugin-2.3.7
struts2-gxp-plugin-2.3.4.1
struts2-gxp-plugin-2.3.4
struts2-gxp-plugin-2.3.3
struts2-gxp-plugin-2.3.1.2
struts2-gxp-plugin-2.3.1.1
struts2-gxp-plugin-2.3.1
2.2.x
struts2-gxp-plugin-2.2.3.1
struts2-gxp-plugin-2.2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-gxp-plugin</artifactId>
    <version>6.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.struts : struts2-gxp-plugin gradle dependency to your build.gradle file:

implementation 'org.apache.struts:struts2-gxp-plugin:6.2.0'

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

implementation("org.apache.struts:struts2-gxp-plugin:6.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.struts : struts2-gxp-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.struts" % "struts2-gxp-plugin" % "6.2.0"