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