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.
| License |
License
Apache License
|
|---|---|
| GroupId | GroupIdcom.theoryinpractise |
| ArtifactId | ArtifactIdhalbuilder |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhalbuilder
Java based builder for the Hal specification http://stateless.co/hal_specification.html
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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.