<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>vertx-mutiny-generator</artifactId>
<version>3.0.0-milestone1</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "vertx-mutiny-generator" % "3.0.0-milestone1"
@Grapes(
@Grab(group='io.smallrye.reactive', module='vertx-mutiny-generator', version='3.0.0-milestone1')
)
<dependency org="io.smallrye.reactive" name="vertx-mutiny-generator" rev="3.0.0-milestone1" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-mutiny-vertx-bindings-projects</artifactId> <version>3.0.0-milestone1</version> </parent>
compile
|-- io.smallrye.reactive:smallrye-mutiny-vertx-runtime
|-- io.smallrye.common:smallrye-common-annotation
test
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
|-- junit:junit