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