How to install the Java artifact com.qmetric.hal-feed-consumer with Maven
Java
Maven
pom.xml
com.qmetric
hal-feed-consumer
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.qmetric</groupId>
<artifactId>hal-feed-consumer</artifactId>
<version>1.3</version>
</dependency>
/<dependencies>