<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>
<version>2.4.3</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-keyvalue', version='2.4.3')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.4.3</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.4.3
|-- org.springframework:spring-context
|-- org.springframework:spring-tx
|-- com.querydsl:querydsl-collections
test