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

org.springframework:spring-web 1.2.9

Spring Framework: Web

Группа

Группа

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

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

spring-web
Версия

Версия

1.2.9
Тип

Тип

jar

Скачать spring-web 1.2.9

Имя Файла Размер
spring-web-1.2.9.pom
spring-web-1.2.9.jar 140 KB
Обзор

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