| Категории |
КатегорииSpring Boot Контейнер Микросервисы hate Данные Data Formats Hypermedia Types |
|---|---|
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-hateoas |
| Версия | Версия2.0.3.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-hateoas/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-hateoas/
implementation 'org.springframework.boot:spring-boot-starter-hateoas:2.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-hateoas/
implementation ("org.springframework.boot:spring-boot-starter-hateoas:2.0.3.RELEASE")
'org.springframework.boot:spring-boot-starter-hateoas:jar:2.0.3.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-hateoas" rev="2.0.3.RELEASE">
<artifact name="spring-boot-starter-hateoas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-hateoas', version='2.0.3.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-hateoas" % "2.0.3.RELEASE"
[org.springframework.boot/spring-boot-starter-hateoas "2.0.3.RELEASE"]