<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-vertx-execution-model</artifactId>
<version>1.0.4</version>
</dependency>
implementation 'io.smallrye.reactive:smallrye-reactive-streams-vertx-execution-model:1.0.4'
implementation("io.smallrye.reactive:smallrye-reactive-streams-vertx-execution-model:1.0.4")
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-vertx-execution-model" % "1.0.4"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-vertx-execution-model', version='1.0.4')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-vertx-execution-model" rev="1.0.4" />