is not current version
Last Version 5.3.21

org.springframework:spring-webmvc 1.1


GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-webmvc
Version

Version

1.1
Type

Type

jar

Download spring-webmvc 1.1


<!-- https://jarcasting.com/artifacts/org.springframework/spring-webmvc/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-webmvc/
implementation 'org.springframework:spring-webmvc:1.1'
// https://jarcasting.com/artifacts/org.springframework/spring-webmvc/
implementation ("org.springframework:spring-webmvc:1.1")
'org.springframework:spring-webmvc:jar:1.1'
<dependency org="org.springframework" name="spring-webmvc" rev="1.1">
  <artifact name="spring-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webmvc', version='1.1')
)
libraryDependencies += "org.springframework" % "spring-webmvc" % "1.1"
[org.springframework/spring-webmvc "1.1"]