<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-core', version='3.1.0.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.0.RELEASE</version> </parent>
compile
|-- commons-collections:commons-collections:3.2
|-- org.springframework:spring-asm
|-- commons-logging:commons-logging:1.1.1
|-- log4j:log4j
|-- net.sf.jopt-simple:jopt-simple:3.0
test
|-- junit:junit