Group Id org.springframework
Artifact Id spring-web
Version 3.2.17.RELEASE
Packaging jar
URL -
Badge
Last Updated 2016-05-06T02:48:15+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>3.2.17.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-web', version: '3.2.17.RELEASE'
implementation 'org.springframework:spring-web:3.2.17.RELEASE'
implementation("org.springframework:spring-web:3.2.17.RELEASE")
libraryDependencies += "org.springframework" % "spring-web" % "3.2.17.RELEASE"
<dependency org="org.springframework" name="spring-web" rev="3.2.17.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-web', version='3.2.17.RELEASE')
)
[org.springframework/spring-web "3.2.17.RELEASE"]
'org.springframework:spring-web:3.2.17.RELEASE'