is not current version
Last Version 2.1.1

de.otto.edison:edison-hal 1.0.0.RC5

A library to parse and render application/hal+json documents in Java.

GroupId

GroupId

de.otto.edison
ArtifactId

ArtifactId

edison-hal
Version

Version

1.0.0.RC5
Type

Type

jar

Download edison-hal 1.0.0.RC5


<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-hal/ -->
<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>edison-hal</artifactId>
    <version>1.0.0.RC5</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-hal/
implementation 'de.otto.edison:edison-hal:1.0.0.RC5'
// https://jarcasting.com/artifacts/de.otto.edison/edison-hal/
implementation ("de.otto.edison:edison-hal:1.0.0.RC5")
'de.otto.edison:edison-hal:jar:1.0.0.RC5'
<dependency org="de.otto.edison" name="edison-hal" rev="1.0.0.RC5">
  <artifact name="edison-hal" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-hal', version='1.0.0.RC5')
)
libraryDependencies += "de.otto.edison" % "edison-hal" % "1.0.0.RC5"
[de.otto.edison/edison-hal "1.0.0.RC5"]