| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-webmvc | 
| Version | Version3.1.0.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-webmvc-3.1.0.RELEASE.pom | |
| spring-webmvc-3.1.0.RELEASE.jar | 558 KB | 
| spring-webmvc-3.1.0.RELEASE-sources.jar | 587 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-webmvc/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>3.1.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-webmvc/
implementation 'org.springframework:spring-webmvc:3.1.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-webmvc/
implementation ("org.springframework:spring-webmvc:3.1.0.RELEASE")'org.springframework:spring-webmvc:jar:3.1.0.RELEASE'<dependency org="org.springframework" name="spring-webmvc" rev="3.1.0.RELEASE">
  <artifact name="spring-webmvc" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-webmvc', version='3.1.0.RELEASE')
)libraryDependencies += "org.springframework" % "spring-webmvc" % "3.1.0.RELEASE"[org.springframework/spring-webmvc "3.1.0.RELEASE"]