<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>0.9.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.9.0.RELEASE')
)
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.9.0.RELEASE" />
compile
|-- org.springframework:spring-aop:3.2.7.RELEASE
|-- org.springframework:spring-beans:3.2.7.RELEASE
|-- org.springframework:spring-context:3.2.7.RELEASE
|-- org.springframework:spring-core:3.2.7.RELEASE
|-- org.springframework:spring-web:3.2.7.RELEASE
|-- org.springframework:spring-webmvc:3.2.7.RELEASE
|-- org.springframework.plugin:spring-plugin-core:0.8.0.RELEASE
|-- org.objenesis:objenesis:1.3
|-- org.codehaus.jackson:jackson-core-asl:1.9.13
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|-- com.fasterxml.jackson.core:jackson-annotations:2.3.0
|-- com.fasterxml.jackson.core:jackson-databind:2.3.0
|-- javax.ws.rs:jsr311-api:1.0
|-- com.jayway.jsonpath:json-path:0.9.1
|-- org.atteo:evo-inflector:1.0.1
provided
|-- javax.servlet:servlet-api:2.5
test
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- ch.qos.logback:logback-classic:1.0.13
|-- org.hamcrest:hamcrest-library:1.3
|-- junit:junit:4.11
|-- org.springframework:spring-test:3.2.7.RELEASE