Download hal-feed-consumer-3.16.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.16 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.16.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials