Files download
File Operation
spring-hateoas-1.1.2.RELEASE.jar download
spring-hateoas-1.1.2.RELEASE.pom download
spring-hateoas-1.1.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.hateoas</groupId>
  <artifactId>spring-hateoas</artifactId>
  <version>1.1.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.hateoas:spring-hateoas:1.1.2.RELEASE'
Gradle Kotlin
implementation("org.springframework.hateoas:spring-hateoas:1.1.2.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "1.1.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.hateoas', module='spring-hateoas', version='1.1.2.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="1.1.2.RELEASE" />
Leiningen
[org.springframework.hateoas/spring-hateoas "1.1.2.RELEASE"]
Apache Buildr
'org.springframework.hateoas:spring-hateoas:jar:1.1.2.RELEASE'
Dependencies

compile

|-- org.jetbrains.kotlin:kotlin-stdlib

|-- org.jetbrains.kotlin:kotlin-reflect

|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor

|-- org.springframework:spring-aop:5.2.9.RELEASE

|-- org.springframework:spring-beans:5.2.9.RELEASE

|-- org.springframework:spring-context:5.2.9.RELEASE

|-- org.springframework:spring-core:5.2.9.RELEASE

|-- org.springframework:spring-web:5.2.9.RELEASE

|-- org.springframework:spring-webmvc:5.2.9.RELEASE

|-- org.springframework:spring-webflux:5.2.9.RELEASE

|-- org.springframework.plugin:spring-plugin-core:2.0.0.RELEASE

|-- com.fasterxml.jackson.core:jackson-annotations

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.jayway.jsonpath:json-path:2.4.0

|-- org.atteo:evo-inflector:1.2.2

|-- javax.validation:validation-api:2.0.1.Final

|-- org.slf4j:slf4j-api:1.7.30

|-- org.springframework:spring-test:5.2.9.RELEASE

provided

|-- javax.servlet:javax.servlet-api:3.1.0

test

|-- org.jetbrains.kotlin:kotlin-test:1.3.71

|-- io.mockk:mockk:1.10.0

|-- org.projectlombok:lombok:1.18.12

|-- org.slf4j:jcl-over-slf4j:1.7.30

|-- ch.qos.logback:logback-classic:1.2.3

|-- org.junit.jupiter:junit-jupiter-api

|-- org.junit.jupiter:junit-jupiter-engine

|-- org.junit.jupiter:junit-jupiter-params

|-- org.mockito:mockito-junit-jupiter:2.23.4

|-- org.assertj:assertj-core:3.15.0

|-- joda-time:joda-time:2.9.9

|-- net.jadler:jadler-all:1.3.0

|-- io.projectreactor.netty:reactor-netty

|-- io.projectreactor:reactor-test

|-- io.projectreactor.addons:reactor-extra

|-- com.tngtech.archunit:archunit:0.9.3