MVN

struts : struts

Maven & Gradle

Mar 23, 2006
119 usages

struts · The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns.

<dependency>
    <groupId>struts</groupId>
    <artifactId>struts</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of struts : struts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9
  • Latest Release Candidate: 1.1-rc1
  • Latest Beta: 1.1-beta-2

All Versions

Choose a version of struts : struts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
struts-1.2.9
CVE-2014-0114
struts-1.2.8
4 vulnerabilities
struts-1.2.7
5 vulnerabilities
struts-1.2.4
5 vulnerabilities
struts-1.2.2
5 vulnerabilities
1.1
struts-1.1
5 vulnerabilities
struts-1.1-b2-20021124
5 vulnerabilities
struts-1.1-b3
5 vulnerabilities
struts-1.1-beta-2
5 vulnerabilities
struts-1.1-rc1
5 vulnerabilities
struts-1.1-rc2
5 vulnerabilities
1.0.x
struts-1.0.2
5 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>struts</groupId>
    <artifactId>struts</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following struts : struts gradle dependency to your build.gradle file:

implementation 'struts:struts:1.2.9'

Gradle Kotlin DSL: Add the following struts : struts gradle kotlin dependency to your build.gradle.kts file:

implementation("struts:struts:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following struts : struts sbt scala dependency to your build.sbt file:

libraryDependencies += "struts" % "struts" % "1.2.9"

Advertisement

Dependencies from Group

Mar 23, 2006
119 usages
Mar 23, 2006
17 usages
Sep 20, 2005
1 usages
Dec 23, 2005
Dec 23, 2005

Discover Dependencies

Jun 14, 2014
16 usages
1.7k stars
Dec 13, 2011
37 stars
Jun 06, 2023
846 usages
May 24, 2021
141 usages
Jan 21, 2022
185 usages
Sep 25, 2020
46 usages
4.3k stars
Mar 29, 2023
114 usages
699 stars
Apr 17, 2023
36 stars
May 12, 2023
64 usages
34 stars