Group Id org.springframework
Artifact Id spring-web
Version 2.0.4
Packaging jar
URL -
Badge
Last Updated 2007-04-10T13:35:13+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.0.4</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-web', version: '2.0.4'
implementation 'org.springframework:spring-web:2.0.4'
implementation("org.springframework:spring-web:2.0.4")
libraryDependencies += "org.springframework" % "spring-web" % "2.0.4"
<dependency org="org.springframework" name="spring-web" rev="2.0.4"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-web', version='2.0.4')
)
[org.springframework/spring-web "2.0.4"]
'org.springframework:spring-web:2.0.4'