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