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
文件下载
文件名 操作
spring-hateoas-0.20.0.RELEASE.jar 下载
spring-hateoas-0.20.0.RELEASE.pom 下载
spring-hateoas-0.20.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.hateoas</groupId>
  <artifactId>spring-hateoas</artifactId>
  <version>0.20.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.hateoas:spring-hateoas:0.20.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.hateoas:spring-hateoas:0.20.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "0.20.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.20.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.20.0.RELEASE" />
Leiningen
[org.springframework.hateoas/spring-hateoas "0.20.0.RELEASE"]
Apache Buildr
'org.springframework.hateoas:spring-hateoas:jar:0.20.0.RELEASE'