h

hateoas

A replacement library for the built-in HATEOAS implementation of Spring Boot
https://refactor.zone
The MIT License
Janos Pasztor
Files download
File Operation
hateoas-1.0.0-alpha2.jar download
hateoas-1.0.0-alpha2.pom download
hateoas-1.0.0-alpha2-sources.jar download
Apache Maven
<dependency>
  <groupId>zone.refactor.spring</groupId>
  <artifactId>hateoas</artifactId>
  <version>1.0.0-alpha2</version>
</dependency>
Gradle Groovy
implementation 'zone.refactor.spring:hateoas:1.0.0-alpha2'
Gradle Kotlin
implementation("zone.refactor.spring:hateoas:1.0.0-alpha2")
Scala SBT
libraryDependencies += "zone.refactor.spring" % "hateoas" % "1.0.0-alpha2"
Groovy Grape
@Grapes(
  @Grab(group='zone.refactor.spring', module='hateoas', version='1.0.0-alpha2')
)
Apache Ivy
<dependency org="zone.refactor.spring" name="hateoas" rev="1.0.0-alpha2" />
Leiningen
[zone.refactor.spring/hateoas "1.0.0-alpha2"]
Apache Buildr
'zone.refactor.spring:hateoas:jar:1.0.0-alpha2'