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