<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-core</artifactId>
<version>4.1.12</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-core', version='4.1.12')
)
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-rest-parent</artifactId> <version>4.1.12</version> </parent>
compile
|-- org.springframework:spring-tx
|-- org.springframework.hateoas:spring-hateoas
|-- org.springframework.data:spring-data-commons
|-- org.springframework.plugin:spring-plugin-core
|-- org.atteo:evo-inflector:1.3
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8
|-- org.jmolecules:jmolecules-ddd
test