<dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>2.0.6</version> </dependency>
implementation 'org.springframework:spring-web:2.0.6'
implementation("org.springframework:spring-web:2.0.6")
libraryDependencies += "org.springframework" % "spring-web" % "2.0.6"
@Grapes( @Grab(group='org.springframework', module='spring-web', version='2.0.6') )
<dependency org="org.springframework" name="spring-web" rev="2.0.6" />
[org.springframework/spring-web "2.0.6"]
'org.springframework:spring-web:jar:2.0.6'
compile
|-- commons-fileupload:commons-fileupload:1.2
|-- commons-logging:commons-logging:1.1
|-- cos:cos:05Nov2002
|-- log4j:log4j:1.2.13
|-- taglibs:standard:1.1.2
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
provided
|-- javax.faces:jsf-api:1.1
|-- javax.servlet:jsp-api:2.0
|-- javax.servlet:servlet-api:2.4