<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>4.26.0</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-provider" % "4.26.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-provider', version='4.26.0')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-provider" rev="4.26.0" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>4.26.0</version> </parent>
compile
|-- io.smallrye.reactive:smallrye-reactive-messaging-api
|-- io.smallrye.common:smallrye-common-vertx-context
|-- io.smallrye.reactive:smallrye-mutiny-vertx-core
|-- jakarta.annotation:jakarta.annotation-api
|-- org.eclipse.microprofile.metrics:microprofile-metrics-api
|-- io.micrometer:micrometer-core
test
|-- io.reactivex.rxjava2:rxjava
|-- io.smallrye.config:smallrye-config
|-- io.smallrye.reactive:test-common
|-- io.smallrye:smallrye-fault-tolerance
|-- io.smallrye:smallrye-metrics