<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-commons-core" % "1.1.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons-core', version='1.1.0.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-commons-core" rev="1.1.0.RELEASE" />
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons-parent</artifactId> <version>1.1.0.RELEASE</version> </parent>
compile
|-- org.springframework:spring-beans
|-- org.springframework:spring-tx
|-- org.springframework:spring-web
|-- javax.annotation:jsr250-api
|-- junit:junit-dep
|-- com.mysema.querydsl:querydsl-core:2.2.0
provided
|-- javax.servlet:servlet-api:2.5
|-- com.mysema.querydsl:querydsl-apt:2.2.0
test
|-- log4j:log4j