Group Id org.springframework
Artifact Id spring-web
Version 2.5.1
Packaging jar
URL -
Badge
Last Updated 2008-01-09T18:57:53+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-web</artifactId>
    <version>2.5.1</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-web', version: '2.5.1'
implementation 'org.springframework:spring-web:2.5.1'
implementation("org.springframework:spring-web:2.5.1")
libraryDependencies += "org.springframework" % "spring-web" % "2.5.1"
<dependency org="org.springframework" name="spring-web" rev="2.5.1"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-web', version='2.5.1')
)
[org.springframework/spring-web "2.5.1"]
'org.springframework:spring-web:2.5.1'