MVN

com.qmetric : hal-feed-consumer-mysql

Maven & Gradle

Nov 09, 2015

Mysql feed tracker implementation for Hal+JSON feed consumer library · Mysql feed tracker implementation for consuming HAL+JSON feeds (https://github.com/qmetric/hal-feed-server)

<dependency>
    <groupId>com.qmetric</groupId>
    <artifactId>hal-feed-consumer-mysql</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qmetric : hal-feed-consumer-mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.qmetric : hal-feed-consumer-mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
hal-feed-consumer-mysql-1.7
1.6
hal-feed-consumer-mysql-1.6
1.5
hal-feed-consumer-mysql-1.5
1.4
hal-feed-consumer-mysql-1.4
1.3
hal-feed-consumer-mysql-1.3
1.2.x
hal-feed-consumer-mysql-1.2.1
1.2
hal-feed-consumer-mysql-1.2
1.1
hal-feed-consumer-mysql-1.1
1.0
hal-feed-consumer-mysql-1.0

How to add a dependency to Maven

Add the following com.qmetric : hal-feed-consumer-mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qmetric</groupId>
    <artifactId>hal-feed-consumer-mysql</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qmetric : hal-feed-consumer-mysql gradle dependency to your build.gradle file:

implementation 'com.qmetric:hal-feed-consumer-mysql:1.7'

Gradle Kotlin DSL: Add the following com.qmetric : hal-feed-consumer-mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qmetric:hal-feed-consumer-mysql:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qmetric : hal-feed-consumer-mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qmetric" % "hal-feed-consumer-mysql" % "1.7"

Advertisement