не последняя версия
Последняя версия 5.3.21

org.springframework:spring-webmvc 3.1.1.RELEASE


Группа

Группа

org.springframework
Идентификатор

Идентификатор

spring-webmvc
Версия

Версия

3.1.1.RELEASE
Тип

Тип

jar

Скачать spring-webmvc 3.1.1.RELEASE


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