MVN

com.github.hyx2020 : helper-mqtt

Maven & Gradle

Jun 05, 2020

helper-mqtt

<dependency>
    <groupId>com.github.hyx2020</groupId>
    <artifactId>helper-mqtt</artifactId>
    <version>2020.6.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hyx2020 : helper-mqtt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.6.5.2

All Versions

Choose a version of com.github.hyx2020 : helper-mqtt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2020.6.x
helper-mqtt-2020.6.5.2
helper-mqtt-2020.6.5.1
helper-mqtt-2020.6.5
helper-mqtt-2020.6.4.2
helper-mqtt-2020.6.4.1
helper-mqtt-2020.6.4
v1.03
helper-mqtt-v1.03
v1.02
helper-mqtt-v1.02
v1.01
helper-mqtt-v1.01

How to add a dependency to Maven

Add the following com.github.hyx2020 : helper-mqtt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hyx2020</groupId>
    <artifactId>helper-mqtt</artifactId>
    <version>2020.6.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hyx2020 : helper-mqtt gradle dependency to your build.gradle file:

implementation 'com.github.hyx2020:helper-mqtt:2020.6.5.2'

Gradle Kotlin DSL: Add the following com.github.hyx2020 : helper-mqtt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hyx2020:helper-mqtt:2020.6.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hyx2020 : helper-mqtt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hyx2020" % "helper-mqtt" % "2020.6.5.2"

Advertisement