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