is not current version
Last Version 1.2.9

struts:struts 1.1


GroupId

GroupId

struts
ArtifactId

ArtifactId

struts
Version

Version

1.1
Type

Type

jar

Download struts 1.1


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