Download hal-feed-consumer-3.1.jar file - Jar h

Jar examples for h:hal-feed-consumer

Description

Java library for consuming HAL+JSON feeds (https://github.com/qmetric/hal-feed-server)

You can download jar file hal-feed-consumer 3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hal-feed-consumer-3.1.jar to your project.

<dependency>
   <groupId>com.qmetric</groupId>
   <artifactId>hal-feed-consumer</artifactId>
   <version>3.1</version>
</dependency>
compile group: 'com.qmetric', name: 'hal-feed-consumer', version: '3.1'
libraryDependencies += "com.qmetric" % "hal-feed-consumer" % "3.1"
<dependency org="com.qmetric" name="hal-feed-consumer" rev="3.1"/>
@Grapes(@Grab(group='com.qmetric', module='hal-feed-consumer', version='3.1'))
'com.qmetric:hal-feed-consumer:jar:3.1'

Download

Click the following link to download the jar file.

hal-feed-consumer-3.1-javadoc.jar
hal-feed-consumer-3.1-sources.jar
hal-feed-consumer-3.1.jar
hal-feed-consumer-3.1.pom



Related Tutorials