is not current version
Last Version 1.2.9

struts:struts 1.1-b3


GroupId

GroupId

struts
ArtifactId

ArtifactId

struts
Version

Version

1.1-b3
Type

Type

jar

Download struts 1.1-b3


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