is not current version
Last Version 5.3.21

org.springframework:spring-web 2.5.5

Spring Framework: Web

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-web
Version

Version

2.5.5
Type

Type

jar

Download spring-web 2.5.5


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