s

struts

Files download
File Operation
struts-1.0.2.jar download
struts-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>struts</groupId>
  <artifactId>struts</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'struts:struts:1.0.2'
Gradle Kotlin
implementation("struts:struts:1.0.2")
Scala SBT
libraryDependencies += "struts" % "struts" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='struts', module='struts', version='1.0.2')
)
Apache Ivy
<dependency org="struts" name="struts" rev="1.0.2" />
Leiningen
[struts/struts "1.0.2"]
Apache Buildr
'struts:struts:jar:1.0.2'
Dependencies
The project has no third-party dependencies