is not current version
Last Version 5.3.21

org.springframework:spring-web 1.1.3


GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-web
Version

Version

1.1.3
Type

Type

jar

Download spring-web 1.1.3


<!-- https://jarcasting.com/artifacts/org.springframework/spring-web/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-web</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-web/
implementation 'org.springframework:spring-web:1.1.3'
// https://jarcasting.com/artifacts/org.springframework/spring-web/
implementation ("org.springframework:spring-web:1.1.3")
'org.springframework:spring-web:jar:1.1.3'
<dependency org="org.springframework" name="spring-web" rev="1.1.3">
  <artifact name="spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-web', version='1.1.3')
)
libraryDependencies += "org.springframework" % "spring-web" % "1.1.3"
[org.springframework/spring-web "1.1.3"]