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