<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.11.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-commons" % "1.11.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons', version='1.11.0.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-commons" rev="1.11.0.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.7.0.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
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework:spring-web
|-- javax.annotation:jsr250-api:1.0
|-- com.mysema.querydsl:querydsl-core
|-- com.mysema.querydsl:querydsl-collections
|-- org.springframework.hateoas:spring-hateoas
|-- org.springframework:spring-webmvc
provided
|-- javax.servlet:javax.servlet-api:3.0.1
|-- com.mysema.querydsl:querydsl-apt
test
|-- javax.el:el-api
|-- org.apache.openwebbeans.test:cditest-owb
|-- com.sun.xml.bind:jaxb-impl:2.2.3U1