s

spring-hateoas

Library to support implementing representations for hyper-text driven REST web services.
http://github.com/SpringSource/spring-hateoas
Apache License, Version 2.0
Pivotal, Inc.
Oliver Gierke Greg Turnquist
Files download
File Operation
spring-hateoas-0.24.0.RELEASE.jar download
spring-hateoas-0.24.0.RELEASE.pom download
spring-hateoas-0.24.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.hateoas</groupId>
  <artifactId>spring-hateoas</artifactId>
  <version>0.24.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.hateoas:spring-hateoas:0.24.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.hateoas:spring-hateoas:0.24.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "0.24.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.24.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.24.0.RELEASE" />
Leiningen
[org.springframework.hateoas/spring-hateoas "0.24.0.RELEASE"]
Apache Buildr
'org.springframework.hateoas:spring-hateoas:jar:0.24.0.RELEASE'