spring-boot-starter-hateoas

spring-boot-starter-hateoas

Starter for building hypermedia-based RESTful web application with Spring MVC and Spring HATEOAS
https://spring.io/projects/spring-boot
Apache License, Version 2.0
VMware, Inc.
Spring
Files download
File Operation
spring-boot-starter-hateoas-3.2.6.jar download
spring-boot-starter-hateoas-3.2.6.pom download
spring-boot-starter-hateoas-3.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-hateoas</artifactId>
  <version>3.2.6</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-hateoas:3.2.6'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-hateoas:3.2.6")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-hateoas" % "3.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-hateoas', version='3.2.6')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-hateoas" rev="3.2.6" />
Leiningen
[org.springframework.boot/spring-boot-starter-hateoas "3.2.6"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-hateoas:jar:3.2.6'