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