s

struts

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