| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-hal |
| Последняя версия | Последняя версия3.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеorg.refcodes:refcodes-hal
Artifact providing HAL (introspection) functionality set on top of REST endpoints.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| refcodes-hal-3.0.4.pom | |
| refcodes-hal-3.0.4.jar | 65 KB |
| refcodes-hal-3.0.4-tests.jar | 28 KB |
| refcodes-hal-3.0.4-test-sources.jar | 20 KB |
| refcodes-hal-3.0.4-sources.jar | 36 KB |
| refcodes-hal-3.0.4-javadoc.jar | 528 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-hal/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-hal</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-hal/
implementation 'org.refcodes:refcodes-hal:3.0.4'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-hal/
implementation ("org.refcodes:refcodes-hal:3.0.4")
'org.refcodes:refcodes-hal:jar:3.0.4'
<dependency org="org.refcodes" name="refcodes-hal" rev="3.0.4">
<artifact name="refcodes-hal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-hal', version='3.0.4')
)
libraryDependencies += "org.refcodes" % "refcodes-hal" % "3.0.4"
[org.refcodes/refcodes-hal "3.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-rest | jar | 3.0.4 |
| org.refcodes : refcodes-licensing | jar | 3.0.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.7.1 |
| org.springframework.boot : spring-boot-starter-data-rest | jar | 2.7.1 |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.7.1 |
| org.springframework.boot : spring-boot-starter-validation | jar | 2.7.1 |
| org.hsqldb : hsqldb | jar | 2.6.1 |
| org.hibernate : hibernate-entitymanager | jar | 5.6.3.Final |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.3 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.13.3 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.3 |
| javax.xml.bind : jaxb-api | jar | 2.3.1 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |