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

compile

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

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

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

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

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

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

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

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

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

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

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

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

|-- jakarta.validation:jakarta.validation-api:2.0.2

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

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

provided

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

test

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

|-- io.mockk:mockk:1.12.0

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

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

|-- joda-time:joda-time:2.10.10

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