<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-relational" % "2.0.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-relational', version='2.0.6.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-relational" rev="2.0.6.RELEASE" />
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-relational-parent</artifactId> <version>2.0.6.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons
|-- org.springframework:spring-tx
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- com.google.code.findbugs:jsr305
test