Download edison-hal-1.0.0.jar file - Jar e

Jar examples for e:edison-hal

Description

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

You can download jar file edison-hal 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add edison-hal-1.0.0.jar to your project.

<dependency>
   <groupId>de.otto.edison</groupId>
   <artifactId>edison-hal</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'de.otto.edison', name: 'edison-hal', version: '1.0.0'
libraryDependencies += "de.otto.edison" % "edison-hal" % "1.0.0"
<dependency org="de.otto.edison" name="edison-hal" rev="1.0.0"/>
@Grapes(@Grab(group='de.otto.edison', module='edison-hal', version='1.0.0'))
'de.otto.edison:edison-hal:jar:1.0.0'

Download

Click the following link to download the jar file.

edison-hal-1.0.0-javadoc.jar
edison-hal-1.0.0-sources.jar
edison-hal-1.0.0.jar
edison-hal-1.0.0.pom



Related Tutorials