MVN

org.apache.activemq.examples.mqtt : artemis-mqtt-publish-example

Maven & Gradle

Feb 21, 2018

ActiveMQ Artemis MQTT Publish Example

<dependency>
    <groupId>org.apache.activemq.examples.mqtt</groupId>
    <artifactId>artemis-mqtt-publish-example</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.activemq.examples.mqtt : artemis-mqtt-publish-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6

All Versions

Choose a version of org.apache.activemq.examples.mqtt : artemis-mqtt-publish-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
artemis-mqtt-publish-example-2.4.0
2.3.x
artemis-mqtt-publish-example-2.3.0
2.2.x
artemis-mqtt-publish-example-2.2.0
2.1.x
artemis-mqtt-publish-example-2.1.0
2.0.x
artemis-mqtt-publish-example-2.0.0
1.5.x
artemis-mqtt-publish-example-1.5.6
artemis-mqtt-publish-example-1.5.5
artemis-mqtt-publish-example-1.5.4
artemis-mqtt-publish-example-1.5.3
artemis-mqtt-publish-example-1.5.2
artemis-mqtt-publish-example-1.5.1
artemis-mqtt-publish-example-1.5.0
1.4.x
artemis-mqtt-publish-example-1.4.0
1.3.x
artemis-mqtt-publish-example-1.3.0
1.2.x
artemis-mqtt-publish-example-1.2.0
1.1.x
artemis-mqtt-publish-example-1.1.0

How to add a dependency to Maven

Add the following org.apache.activemq.examples.mqtt : artemis-mqtt-publish-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.activemq.examples.mqtt</groupId>
    <artifactId>artemis-mqtt-publish-example</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.activemq.examples.mqtt : artemis-mqtt-publish-example gradle dependency to your build.gradle file:

implementation 'org.apache.activemq.examples.mqtt:artemis-mqtt-publish-example:1.5.6'

Gradle Kotlin DSL: Add the following org.apache.activemq.examples.mqtt : artemis-mqtt-publish-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.activemq.examples.mqtt:artemis-mqtt-publish-example:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.activemq.examples.mqtt : artemis-mqtt-publish-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.activemq.examples.mqtt" % "artemis-mqtt-publish-example" % "1.5.6"