is not current version
Last Version 14

org.apache.struts:struts-master 4

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.

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts-master
Version

Version

4
Type

Type

pom

Download struts-master 4

Filename Size
struts-master-4.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-master/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-master</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-master/
implementation 'org.apache.struts:struts-master:4'
// https://jarcasting.com/artifacts/org.apache.struts/struts-master/
implementation ("org.apache.struts:struts-master:4")
'org.apache.struts:struts-master:pom:4'
<dependency org="org.apache.struts" name="struts-master" rev="4">
  <artifact name="struts-master" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-master', version='4')
)
libraryDependencies += "org.apache.struts" % "struts-master" % "4"
[org.apache.struts/struts-master "4"]