<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-mutiny-vertx-rabbitmq-client</artifactId>
<version>0.0.13</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-mutiny-vertx-rabbitmq-client" % "0.0.13"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-mutiny-vertx-rabbitmq-client', version='0.0.13')
)
<dependency org="io.smallrye.reactive" name="smallrye-mutiny-vertx-rabbitmq-client" rev="0.0.13" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>vertx-mutiny-clients</artifactId> <version>0.0.13</version> </parent>
compile
|-- ${gen-source-groupId}:${gen-source-artifactId}
|-- io.smallrye.reactive:smallrye-mutiny-vertx-core
|-- org.scala-lang:scala-reflect:2.13.1
|-- org.apache.zookeeper:zookeeper:3.5.5
|-- junit:junit
|-- org.testcontainers:testcontainers
test