| Категории |
Категорииhate Данные Data Formats Hypermedia Types |
|---|---|
| Группа | Группаorg.springframework.hateoas |
| Идентификатор | Идентификаторspring-hateoas |
| Версия | Версия0.25.2.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-hateoas-0.25.2.RELEASE.pom | |
| spring-hateoas-0.25.2.RELEASE.jar | 213 KB |
| spring-hateoas-0.25.2.RELEASE-sources.jar | 152 KB |
| spring-hateoas-0.25.2.RELEASE-javadoc.jar | 595 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/ -->
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>0.25.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/
implementation 'org.springframework.hateoas:spring-hateoas:0.25.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/
implementation ("org.springframework.hateoas:spring-hateoas:0.25.2.RELEASE")
'org.springframework.hateoas:spring-hateoas:jar:0.25.2.RELEASE'
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.25.2.RELEASE">
<artifact name="spring-hateoas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.25.2.RELEASE')
)
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "0.25.2.RELEASE"
[org.springframework.hateoas/spring-hateoas "0.25.2.RELEASE"]