MVN

com.lightbend.akka : akka-stream-alpakka-mqtt_2.11

Maven & Gradle

Sep 18, 2020
1.2k stars

akka-stream-alpakka-mqtt · Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-stream-alpakka-mqtt_2.11</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.akka : akka-stream-alpakka-mqtt_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of com.lightbend.akka : akka-stream-alpakka-mqtt_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
akka-stream-alpakka-mqtt_2.11-2.0.2
akka-stream-alpakka-mqtt_2.11-2.0.1
akka-stream-alpakka-mqtt_2.11-2.0.0
akka-stream-alpakka-mqtt_2.11-2.0.0-RC2
akka-stream-alpakka-mqtt_2.11-2.0.0-RC1
akka-stream-alpakka-mqtt_2.11-2.0.0-M3
akka-stream-alpakka-mqtt_2.11-2.0.0-M2
akka-stream-alpakka-mqtt_2.11-2.0.0-M1
1.1.x
akka-stream-alpakka-mqtt_2.11-1.1.2
akka-stream-alpakka-mqtt_2.11-1.1.1
akka-stream-alpakka-mqtt_2.11-1.1.0
1.0.x
akka-stream-alpakka-mqtt_2.11-1.0.2
akka-stream-alpakka-mqtt_2.11-1.0.1
akka-stream-alpakka-mqtt_2.11-1.0.0
1.0
akka-stream-alpakka-mqtt_2.11-1.0-RC1
akka-stream-alpakka-mqtt_2.11-1.0-M3
akka-stream-alpakka-mqtt_2.11-1.0-M2
akka-stream-alpakka-mqtt_2.11-1.0-M1
0.20
akka-stream-alpakka-mqtt_2.11-0.20
0.19
akka-stream-alpakka-mqtt_2.11-0.19
0.18
akka-stream-alpakka-mqtt_2.11-0.18
0.17
akka-stream-alpakka-mqtt_2.11-0.17
0.16
akka-stream-alpakka-mqtt_2.11-0.16
0.15.x
akka-stream-alpakka-mqtt_2.11-0.15.1
0.15
akka-stream-alpakka-mqtt_2.11-0.15
0.14
akka-stream-alpakka-mqtt_2.11-0.14
0.13
akka-stream-alpakka-mqtt_2.11-0.13
0.12
akka-stream-alpakka-mqtt_2.11-0.12
0.11
akka-stream-alpakka-mqtt_2.11-0.11
0.10
akka-stream-alpakka-mqtt_2.11-0.10
0.9
akka-stream-alpakka-mqtt_2.11-0.9
0.8
akka-stream-alpakka-mqtt_2.11-0.8
0.7
akka-stream-alpakka-mqtt_2.11-0.7
0.6
akka-stream-alpakka-mqtt_2.11-0.6
0.5
akka-stream-alpakka-mqtt_2.11-0.5
0.4
akka-stream-alpakka-mqtt_2.11-0.4
0.3
akka-stream-alpakka-mqtt_2.11-0.3
0.2
akka-stream-alpakka-mqtt_2.11-0.2
0.1
akka-stream-alpakka-mqtt_2.11-0.1
akka-stream-alpakka-mqtt_2.11-0.1-RC1

How to add a dependency to Maven

Add the following com.lightbend.akka : akka-stream-alpakka-mqtt_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-stream-alpakka-mqtt_2.11</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.akka : akka-stream-alpakka-mqtt_2.11 gradle dependency to your build.gradle file:

implementation 'com.lightbend.akka:akka-stream-alpakka-mqtt_2.11:2.0.2'

Gradle Kotlin DSL: Add the following com.lightbend.akka : akka-stream-alpakka-mqtt_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.akka:akka-stream-alpakka-mqtt_2.11:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.akka : akka-stream-alpakka-mqtt_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.akka" % "akka-stream-alpakka-mqtt_2.11" % "2.0.2"