is not current version
Last Version 1.2.9

struts:struts 1.1-beta-2


GroupId

GroupId

struts
ArtifactId

ArtifactId

struts
Version

Version

1.1-beta-2
Type

Type

jar

Download struts 1.1-beta-2


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