is not current version
Last Version 1.12.11

org.springframework.hateoas:spring-hateoas 1.0.5.RELEASE

Library to support implementing representations for hyper-text driven REST web services.

Categories

Categories

hate Data Data Formats Hypermedia Types
GroupId

GroupId

org.springframework.hateoas
ArtifactId

ArtifactId

spring-hateoas
Version

Version

1.0.5.RELEASE
Type

Type

jar

Download spring-hateoas 1.0.5.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/ -->
<dependency>
    <groupId>org.springframework.hateoas</groupId>
    <artifactId>spring-hateoas</artifactId>
    <version>1.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/
implementation 'org.springframework.hateoas:spring-hateoas:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/
implementation ("org.springframework.hateoas:spring-hateoas:1.0.5.RELEASE")
'org.springframework.hateoas:spring-hateoas:jar:1.0.5.RELEASE'
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="1.0.5.RELEASE">
  <artifact name="spring-hateoas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='1.0.5.RELEASE')
)
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "1.0.5.RELEASE"
[org.springframework.hateoas/spring-hateoas "1.0.5.RELEASE"]