| Группа | Группаspringframework |
|---|---|
| Идентификатор | Идентификаторspring-webmvc |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-webmvc-1.2.1.pom | |
| spring-webmvc-1.2.1.jar | 193 KB |
| spring-webmvc-1.2.1-sources.jar | 263 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/springframework/spring-webmvc/ -->
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/springframework/spring-webmvc/
implementation 'springframework:spring-webmvc:1.2.1'
// https://jarcasting.com/artifacts/springframework/spring-webmvc/
implementation ("springframework:spring-webmvc:1.2.1")
'springframework:spring-webmvc:jar:1.2.1'
<dependency org="springframework" name="spring-webmvc" rev="1.2.1">
<artifact name="spring-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='springframework', module='spring-webmvc', version='1.2.1')
)
libraryDependencies += "springframework" % "spring-webmvc" % "1.2.1"
[springframework/spring-webmvc "1.2.1"]