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