is not current version
Last Version 1.2.9

struts:struts 1.2.2


GroupId

GroupId

struts
ArtifactId

ArtifactId

struts
Version

Version

1.2.2
Type

Type

jar

Download struts 1.2.2


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