Registry / web-framework / spring-boot-starter-hateoas

spring-boot-starter-hateoas

JSON →
library4.0.6javamavenunverified

Starter for building hypermedia-driven RESTful web services with Spring HATEOAS.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-hateoas</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-hateoas
web-frameworkjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebMvcLinkBuilder
org.springframework.hateoas.server.mvc.WebMvcLinkBuilder

Builds HATEOAS links for REST endpoints.

import org.springframework.hateoas.server.mvc.WebMvcLinkBuilder; WebMvcLinkBuilder linkTo = WebMvcLinkBuilder.linkTo(MyController.class); linkTo.withRel("my-resource");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
7
Amazon
1
Resources
spring-boot-starter-hateoas — mvn dependency:get spring-boot-starter-hateoas · libregistry