<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>0.17.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "0.17.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.17.0.RELEASE')
)
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.17.0.RELEASE" />
compile
|-- org.springframework:spring-aop:4.0.9.RELEASE
|-- org.springframework:spring-beans:4.0.9.RELEASE
|-- org.springframework:spring-context:4.0.9.RELEASE
|-- org.springframework:spring-core:4.0.9.RELEASE
|-- org.springframework:spring-web:4.0.9.RELEASE
|-- org.springframework:spring-webmvc:4.0.9.RELEASE
|-- org.springframework.plugin:spring-plugin-core:1.1.0.RELEASE
|-- org.objenesis:objenesis:2.1
|-- com.fasterxml.jackson.core:jackson-annotations:2.4.3
|-- com.fasterxml.jackson.core:jackson-databind:2.4.3
|-- javax.ws.rs:jsr311-api:1.0
|-- com.jayway.jsonpath:json-path:0.9.1
|-- org.atteo:evo-inflector:1.2.1
|-- org.slf4j:slf4j-api:1.7.10
provided
|-- org.projectlombok:lombok:1.14.4
|-- javax.servlet:servlet-api:2.5
test
|-- org.slf4j:jcl-over-slf4j:1.7.10
|-- ch.qos.logback:logback-classic:1.1.2
|-- org.hamcrest:hamcrest-library:1.3
|-- junit:junit:4.11
|-- org.springframework:spring-test:4.0.9.RELEASE