s

struts-parent

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/
Craig R. McClanahan Ted Husted Cedric Dumoulin Martin Cooper James Holmes David M. Karr Eddie Bush David Graham James Mitchell Don Brown Joe Germuska Niall Pemberton Hubert Rabago David Geary Wendy Smoak Gary VanMatre Sean Schofield Greg Reddin Laurie Harper Richard Feit Jason Carreira Patrick Lightbody Alexandru Popescu Rene Gielen Rainer Hermanns Toby Jee Ian Roughley
文件下载
文件名 操作
struts-parent-2.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts-parent</artifactId>
  <version>2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts-parent:2'
Gradle Kotlin
implementation("org.apache.struts:struts-parent:2")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts-parent" % "2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts-parent', version='2')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts-parent" rev="2" />
Leiningen
[org.apache.struts/struts-parent "2"]
Apache Buildr
'org.apache.struts:struts-parent:jar:2'