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