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

compile

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

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

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

|-- org.springframework:spring-aop:5.3.11

|-- org.springframework:spring-beans:5.3.11

|-- org.springframework:spring-context:5.3.11

|-- org.springframework:spring-core:5.3.11

|-- org.springframework:spring-web:5.3.11

|-- org.springframework:spring-webmvc:5.3.11

|-- org.springframework:spring-webflux:5.3.11

|-- 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

|-- net.minidev:json-smart:2.3.1

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

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

|-- org.slf4j:slf4j-api:1.7.32

|-- org.springframework:spring-test:5.3.11

provided

|-- javax.servlet:javax.servlet-api:4.0.1

test

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

|-- io.mockk:mockk:1.10.6

|-- org.projectlombok:lombok:1.18.22

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

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

|-- 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.18.1

|-- 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.21.0