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