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