MVN

org.apache.struts : struts2-convention-plugin

Maven & Gradle

Jun 28, 2023
37 usages
1.2k stars

Struts 2 Convention Plugin

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

Latest Version

Choose a version of org.apache.struts : struts2-convention-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-convention-plugin to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-convention-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-convention-plugin gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Jun 28, 2023
207 usages
1.2k stars
Dec 07, 2008
87 usages
Jun 28, 2023
60 usages
1.2k stars
Dec 07, 2008
44 usages
Jun 28, 2023
40 usages
0 stars

Discover Dependencies

Jun 06, 2023
354 usages
Jul 31, 2017
100 usages
Aug 10, 2023
64 usages
27 stars
Aug 10, 2023
112 usages
27 stars
May 24, 2021
17 usages
Aug 23, 2023
1.6k usages
31.4k stars
Aug 23, 2023
1k usages
31.4k stars
Jun 29, 2023
1 usages
4k stars
Apr 04, 2018
3 usages
1k stars
Jul 02, 2023
29 usages
22.6k stars