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