<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>0.24.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "0.24.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.24.0.RELEASE')
)
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.24.0.RELEASE" />
compile
|-- org.springframework:spring-aop:4.3.12.RELEASE
|-- org.springframework:spring-beans:4.3.12.RELEASE
|-- org.springframework:spring-context:4.3.12.RELEASE
|-- org.springframework:spring-core:4.3.12.RELEASE
|-- org.springframework:spring-web:4.3.12.RELEASE
|-- org.springframework:spring-webmvc:4.3.12.RELEASE
|-- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
|-- com.fasterxml.jackson.core:jackson-annotations:2.8.10
|-- com.fasterxml.jackson.core:jackson-databind:2.8.10
|-- javax.ws.rs:javax.ws.rs-api:2.0.1
|-- com.jayway.jsonpath:json-path:2.2.0
|-- org.atteo:evo-inflector:1.2.2
|-- org.slf4j:slf4j-api:1.7.25
provided
|-- org.projectlombok:lombok:1.16.12
|-- javax.servlet:servlet-api:2.5
test
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- ch.qos.logback:logback-classic:1.1.11
|-- org.hamcrest:hamcrest-library:1.3
|-- junit:junit:4.12
|-- org.springframework:spring-test:4.3.12.RELEASE