文件下载
文件名 操作
spring-hateoas-2.1.2.jar 下载
spring-hateoas-2.1.2.pom 下载
spring-hateoas-2.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.hateoas</groupId>
  <artifactId>spring-hateoas</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.hateoas:spring-hateoas:2.1.2'
Gradle Kotlin
implementation("org.springframework.hateoas:spring-hateoas:2.1.2")
Scala SBT
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.hateoas', module='spring-hateoas', version='2.1.2')
)
Apache Ivy
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="2.1.2" />
Leiningen
[org.springframework.hateoas/spring-hateoas "2.1.2"]
Apache Buildr
'org.springframework.hateoas:spring-hateoas:jar:2.1.2'
本项目依赖

compile

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

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

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

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

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

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

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

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

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

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

|-- org.springframework.plugin:spring-plugin-core:3.0.0

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

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

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

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

|-- jakarta.validation:jakarta.validation-api:3.0.2

|-- org.slf4j:slf4j-api:2.0.7

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

provided

|-- jakarta.servlet:jakarta.servlet-api:6.0.0

test

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

|-- io.mockk:mockk-jvm:1.13.4

|-- org.hibernate.validator:hibernate-validator:8.0.0.Final

|-- org.projectlombok:lombok:1.18.28

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

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

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

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