s

struts-master

The goal of the Apache Struts project is to encourage application architectures based on the "Model 2" approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages.
http://struts.apache.org/
Ted Husted Cedric Dumoulin Martin Cooper James Holmes James Mitchell Don Brown Niall Pemberton Wendy Smoak Laurie Harper Alexandru Popescu Rene Gielen Rainer Hermanns Toby Jee Paul Benedict Michael Jouravlev Bob Lee David H. DeWolf Wes Wannemacher Dave Newton Nils-Helge Garli Hegvik Jeromy Evans Matt Raible Mathias Bogaert Lukasz Lenart
Files download
File Operation
struts-master-8.pom download
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts-master</artifactId>
  <version>8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts-master:8'
Gradle Kotlin
implementation("org.apache.struts:struts-master:8")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts-master" % "8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts-master', version='8')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts-master" rev="8" />
Leiningen
[org.apache.struts/struts-master "8"]
Apache Buildr
'org.apache.struts:struts-master:jar:8'