Categories |
CategoriesReact User Interface Web Frameworks Messaging Application Layer Libs |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-reactive-messaging-mqtt |
Version | Version3.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-mqtt/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-mqtt</artifactId>
<version>3.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-mqtt/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging-mqtt:3.12.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-mqtt/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging-mqtt:3.12.0")
'io.smallrye.reactive:smallrye-reactive-messaging-mqtt:jar:3.12.0'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-mqtt" rev="3.12.0">
<artifact name="smallrye-reactive-messaging-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-mqtt', version='3.12.0')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-mqtt" % "3.12.0"
[io.smallrye.reactive/smallrye-reactive-messaging-mqtt "3.12.0"]