H

HateoasUtils

Some utilities to augment the functionality of the Spring Hateoas project
https://github.com/ununbium/HateoasUtils
Apache License, Version 2.0
Andrew Hill
Files download
File Operation
HateoasUtils-3.1.0.jar download
HateoasUtils-3.1.0.pom download
HateoasUtils-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>rocks.spiffy</groupId>
  <artifactId>HateoasUtils</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'rocks.spiffy:HateoasUtils:3.1.0'
Gradle Kotlin
implementation("rocks.spiffy:HateoasUtils:3.1.0")
Scala SBT
libraryDependencies += "rocks.spiffy" % "HateoasUtils" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='rocks.spiffy', module='HateoasUtils', version='3.1.0')
)
Apache Ivy
<dependency org="rocks.spiffy" name="HateoasUtils" rev="3.1.0" />
Leiningen
[rocks.spiffy/HateoasUtils "3.1.0"]
Apache Buildr
'rocks.spiffy:HateoasUtils:jar:3.1.0'