<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.5.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-commons" % "1.5.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons', version='1.5.3.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-commons" rev="1.5.3.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.0.5.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
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
|-- javax.annotation:jsr250-api:1.0
|-- com.mysema.querydsl:querydsl-core:2.8.0
|-- org.springframework.hateoas:spring-hateoas:0.4.0.RELEASE
provided
|-- javax.servlet:servlet-api:2.5
|-- com.mysema.querydsl:querydsl-apt:2.8.0
test
|-- org.springframework:spring-test
|-- javax.el:el-api
|-- org.apache.openwebbeans.test:cditest-owb