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

compile

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

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

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

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

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

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

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

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

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

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

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

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

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

|-- org.slf4j:slf4j-api:2.0.16

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

provided

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

test

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

|-- io.mockk:mockk-jvm:1.13.12

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

|-- org.projectlombok:lombok:1.18.34

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

|-- ch.qos.logback:logback-classic:1.5.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.25.3

|-- net.jadler:jadler-all:1.3.1

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

|-- io.projectreactor:reactor-test

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

|-- com.tngtech.archunit:archunit:1.0.1