<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
<version>1.5.7.RELEASE</version>
</dependency>
implementation("org.springframework.boot:spring-boot-starter-data-rest:1.5.7.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-rest" % "1.5.7.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-rest', version='1.5.7.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-data-rest" rev="1.5.7.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>1.5.7.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-web
|-- com.fasterxml.jackson.core:jackson-annotations