GroupId | GroupIdspringframework |
---|---|
ArtifactId | ArtifactIdspring-webmvc |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
spring-webmvc-1.2.6.pom | |
spring-webmvc-1.2.6.jar | 202 KB |
spring-webmvc-1.2.6-sources.jar | 278 KB |
Browse |
<!-- https://jarcasting.com/artifacts/springframework/spring-webmvc/ -->
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/springframework/spring-webmvc/
implementation 'springframework:spring-webmvc:1.2.6'
// https://jarcasting.com/artifacts/springframework/spring-webmvc/
implementation ("springframework:spring-webmvc:1.2.6")
'springframework:spring-webmvc:jar:1.2.6'
<dependency org="springframework" name="spring-webmvc" rev="1.2.6">
<artifact name="spring-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='springframework', module='spring-webmvc', version='1.2.6')
)
libraryDependencies += "springframework" % "spring-webmvc" % "1.2.6"
[springframework/spring-webmvc "1.2.6"]