Files download
File Operation
spring-struts-3.2.18.RELEASE.jar download
spring-struts-3.2.18.RELEASE.pom download
spring-struts-3.2.18.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-struts</artifactId>
  <version>3.2.18.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-struts:3.2.18.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-struts:3.2.18.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-struts" % "3.2.18.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-struts', version='3.2.18.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-struts" rev="3.2.18.RELEASE" />
Leiningen
[org.springframework/spring-struts "3.2.18.RELEASE"]
Apache Buildr
'org.springframework:spring-struts:jar:3.2.18.RELEASE'