文件下载
文件名 操作
spring-webmvc-struts-2.5.6.SEC03.jar 下载
spring-webmvc-struts-2.5.6.SEC03.pom 下载
spring-webmvc-struts-2.5.6.SEC03-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-webmvc-struts</artifactId>
  <version>2.5.6.SEC03</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-webmvc-struts:2.5.6.SEC03'
Gradle Kotlin
implementation("org.springframework:spring-webmvc-struts:2.5.6.SEC03")
Scala SBT
libraryDependencies += "org.springframework" % "spring-webmvc-struts" % "2.5.6.SEC03"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-webmvc-struts', version='2.5.6.SEC03')
)
Apache Ivy
<dependency org="org.springframework" name="spring-webmvc-struts" rev="2.5.6.SEC03" />
Leiningen
[org.springframework/spring-webmvc-struts "2.5.6.SEC03"]
Apache Buildr
'org.springframework:spring-webmvc-struts:jar:2.5.6.SEC03'