<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.7.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-core', version='3.0.7.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.0.7.RELEASE</version> </parent>
compile
|-- commons-collections:commons-collections:3.2
|-- org.springframework:spring-asm
|-- commons-logging:commons-logging:1.1.1
|-- log4j:log4j
test
|-- javax.servlet:servlet-api:2.5
|-- junit:junit