<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-mutiny-vertx-core</artifactId>
<version>3.15.2-RC5</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-mutiny-vertx-core" % "3.15.2-RC5"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-mutiny-vertx-core', version='3.15.2-RC5')
)
<dependency org="io.smallrye.reactive" name="smallrye-mutiny-vertx-core" rev="3.15.2-RC5" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>vertx-mutiny-clients</artifactId> <version>3.15.2-RC5</version> </parent>
compile
|-- io.smallrye.reactive:mutiny
|-- io.smallrye.reactive:smallrye-mutiny-vertx-runtime
|-- ${gen-source-groupId}:${gen-source-artifactId}
|-- io.smallrye.reactive:vertx-mutiny-generator
|-- com.fasterxml.jackson.core:jackson-databind
|-- junit:junit
test
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml