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