<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>0.10.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "0.10.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.10.0.RELEASE')
)
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.10.0.RELEASE" />
compile
|-- org.springframework:spring-aop:3.2.8.RELEASE
|-- org.springframework:spring-beans:3.2.8.RELEASE
|-- org.springframework:spring-context:3.2.8.RELEASE
|-- org.springframework:spring-core:3.2.8.RELEASE
|-- org.springframework:spring-web:3.2.8.RELEASE
|-- org.springframework:spring-webmvc:3.2.8.RELEASE
|-- org.springframework.plugin:spring-plugin-core:0.8.0.RELEASE
|-- org.objenesis:objenesis:2.1
|-- com.fasterxml.jackson.core:jackson-annotations:2.3.2
|-- com.fasterxml.jackson.core:jackson-databind:2.3.2
|-- 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.6
|-- ch.qos.logback:logback-classic:1.1.0
|-- org.hamcrest:hamcrest-library:1.3
|-- junit:junit:4.11
|-- org.springframework:spring-test:3.2.8.RELEASE