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