<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>0.8.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.8.0.RELEASE')
)
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.8.0.RELEASE" />
compile
|-- org.springframework:spring-core:3.2.3.RELEASE
|-- org.springframework:spring-webmvc:3.2.3.RELEASE
|-- org.springframework.plugin:spring-plugin-core:0.8.0.RELEASE
|-- org.objenesis:objenesis:1.3
|-- org.codehaus.jackson:jackson-core-asl:1.9.10
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.10
|-- com.fasterxml.jackson.core:jackson-annotations:2.2.0
|-- com.fasterxml.jackson.core:jackson-databind:2.2.0
|-- javax.ws.rs:jsr311-api:1.0
|-- com.jayway.jsonpath:json-path:0.8.1
|-- org.atteo:evo-inflector:1.0.1
provided
|-- javax.servlet:servlet-api:2.5
test
|-- org.slf4j:jcl-over-slf4j:1.7.2
|-- ch.qos.logback:logback-classic:1.0.9
|-- org.hamcrest:hamcrest-library:1.2.1
|-- org.springframework:spring-test:3.2.3.RELEASE