<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>0.3.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.3.0.RELEASE')
)
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.3.0.RELEASE" />
compile
|-- org.springframework:spring-core:3.1.2.RELEASE
|-- org.springframework:spring-webmvc:3.1.2.RELEASE
|-- org.codehaus.jackson:jackson-core-asl:1.9.10
|-- javax.ws.rs:jsr311-api:1.0
provided
|-- javax.servlet:servlet-api:2.5
test
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.10
|-- org.hamcrest:hamcrest-library:1.2.1