MVN

zone.refactor.spring : hateoas

Maven & Gradle

Dec 03, 2019
0 stars

Refactor Zone HATEOAS for Spring Boot · A replacement library for the built-in HATEOAS implementation of Spring Boot

<dependency>
    <groupId>zone.refactor.spring</groupId>
    <artifactId>hateoas</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of zone.refactor.spring : hateoas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3
  • Latest Alpha: 1.0.0-alpha2

All Versions

Choose a version of zone.refactor.spring : hateoas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hateoas-1.0.0-alpha2
hateoas-1.0.0-alpha1
0.9.x
hateoas-0.9.3
hateoas-0.9.2
hateoas-0.9.1
0.9
hateoas-0.9

How to add a dependency to Maven

Add the following zone.refactor.spring : hateoas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>zone.refactor.spring</groupId>
    <artifactId>hateoas</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following zone.refactor.spring : hateoas gradle dependency to your build.gradle file:

implementation 'zone.refactor.spring:hateoas:0.9.3'

Gradle Kotlin DSL: Add the following zone.refactor.spring : hateoas gradle kotlin dependency to your build.gradle.kts file:

implementation("zone.refactor.spring:hateoas:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following zone.refactor.spring : hateoas sbt scala dependency to your build.sbt file:

libraryDependencies += "zone.refactor.spring" % "hateoas" % "0.9.3"

Advertisement