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