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