is not current version
Last Version 2.1.1

de.otto.edison:edison-hal 2.0.0-m2

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

GroupId

GroupId

de.otto.edison
ArtifactId

ArtifactId

edison-hal
Version

Version

2.0.0-m2
Type

Type

jar

Download edison-hal 2.0.0-m2


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