<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.7.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-commons" % "1.7.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons', version='1.7.1.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-commons" rev="1.7.1.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.3.1.RELEASE</version> </parent>
compile
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-expression
|-- org.springframework:spring-tx
|-- org.springframework:spring-oxm
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.7
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework:spring-web
|-- javax.annotation:jsr250-api:1.0
|-- com.mysema.querydsl:querydsl-core
|-- org.springframework.hateoas:spring-hateoas:0.9.0.RELEASE
|-- org.springframework:spring-webmvc
provided
|-- javax.servlet:servlet-api:2.5
|-- com.mysema.querydsl:querydsl-apt
test
|-- javax.el:el-api
|-- org.apache.openwebbeans.test:cditest-owb