<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.8.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-commons" % "1.8.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons', version='1.8.0.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-commons" rev="1.8.0.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.4.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.google.guava:guava:17.0
|-- org.springframework.hateoas:spring-hateoas:0.12.0.RELEASE
|-- org.springframework:spring-webmvc
provided
|-- javax.servlet:servlet-api:2.5
|-- com.mysema.querydsl:querydsl-apt
|-- org.springframework.data.build:spring-data-java8-stub:1.4.0.RC1
test
|-- javax.el:el-api
|-- org.apache.openwebbeans.test:cditest-owb