Halbuilder is a simple Java API for generating and consuming HAL documents conforming to the HAL Specification.
This repository/project has now moved to the HalBuilder Organisation on GitHub as several separate projects.
Please update your watches.
| Лицензия |
Лицензия
Apache License
|
|---|---|
| Группа | Группаcom.theoryinpractise |
| Идентификатор | Идентификаторhalbuilder |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhalbuilder
Java based builder for the Hal specification http://stateless.co/hal_specification.html
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| halbuilder-1.0.5.pom | |
| halbuilder-1.0.5.jar | 42 KB |
| halbuilder-1.0.5-sources.jar | 20 KB |
| halbuilder-1.0.5-javadoc.jar | 187 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.theoryinpractise/halbuilder/ -->
<dependency>
<groupId>com.theoryinpractise</groupId>
<artifactId>halbuilder</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.theoryinpractise/halbuilder/
implementation 'com.theoryinpractise:halbuilder:1.0.5'
// https://jarcasting.com/artifacts/com.theoryinpractise/halbuilder/
implementation ("com.theoryinpractise:halbuilder:1.0.5")
'com.theoryinpractise:halbuilder:jar:1.0.5'
<dependency org="com.theoryinpractise" name="halbuilder" rev="1.0.5">
<artifact name="halbuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theoryinpractise', module='halbuilder', version='1.0.5')
)
libraryDependencies += "com.theoryinpractise" % "halbuilder" % "1.0.5"
[com.theoryinpractise/halbuilder "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 12.0 |
| org.jdom : jdom | jar | 1.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.0.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.easytesting : fest-assert-core | jar | 2.0M2 |
| org.testng : testng | jar | 6.5.2 |
| com.sun.jersey : jersey-bundle | jar | 1.13-b01 |
| com.damnhandy : handy-uri-templates | jar | 1.1.3 |
Halbuilder is a simple Java API for generating and consuming HAL documents conforming to the HAL Specification.
This repository/project has now moved to the HalBuilder Organisation on GitHub as several separate projects.
Please update your watches.