An HTTP Client implementing the HAL specification.
Java 5 or higher
Maven dependency:
<dependency>
<groupId>com.slimpay</groupId>
<artifactId>hapiclient</artifactId>
<version>1.0.2</version>
</dependency>
For Java 5 to 7 included, you also need to add:
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
<optional>true</optional>
</dependency>
Examples and full working snippets are available in our HAPI Browser.