<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
<version>2.7.15</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-hateoas" % "2.7.15"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-hateoas', version='2.7.15')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-hateoas" rev="2.7.15" />