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

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

Download

Click the following link to download the jar file.

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



Related Tutorials