MVN

de.iip-ecosphere.platform : test.mqtt.hivemq

Maven & Gradle

Mar 01, 2023
6 usages

Optional HiveMq integration · HiveMq requires JDK 11. Due to the restiction to JDK 8 it can only be utilized optionally.

<dependency>
    <groupId>de.iip-ecosphere.platform</groupId>
    <artifactId>test.mqtt.hivemq</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.iip-ecosphere.platform : test.mqtt.hivemq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of de.iip-ecosphere.platform : test.mqtt.hivemq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
test.mqtt.hivemq-0.5.0
0.4.x
test.mqtt.hivemq-0.4.0
0.3.x
test.mqtt.hivemq-0.3.0
0.2.x
test.mqtt.hivemq-0.2.0

How to add a dependency to Maven

Add the following de.iip-ecosphere.platform : test.mqtt.hivemq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.iip-ecosphere.platform</groupId>
    <artifactId>test.mqtt.hivemq</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.iip-ecosphere.platform : test.mqtt.hivemq gradle dependency to your build.gradle file:

implementation 'de.iip-ecosphere.platform:test.mqtt.hivemq:0.5.0'

Gradle Kotlin DSL: Add the following de.iip-ecosphere.platform : test.mqtt.hivemq gradle kotlin dependency to your build.gradle.kts file:

implementation("de.iip-ecosphere.platform:test.mqtt.hivemq:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.iip-ecosphere.platform : test.mqtt.hivemq sbt scala dependency to your build.sbt file:

libraryDependencies += "de.iip-ecosphere.platform" % "test.mqtt.hivemq" % "0.5.0"

Advertisement