<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-mqtt</artifactId>
<version>0.0.9</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-mqtt" % "0.0.9"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-mqtt', version='0.0.9')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-mqtt" rev="0.0.9" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>0.0.9</version> </parent>
compile
|-- io.smallrye.reactive:smallrye-reactive-messaging-provider
test
|-- org.testcontainers:testcontainers
|-- org.slf4j:slf4j-api:1.7.26
|-- ch.qos.logback:logback-classic:1.2.3